Categories: None [Edit]
minitest-ok
Using Minitest::Ok, you can write:
* 'ok {1+1} == 2' instead of 'assert_equal 2, 1+1',
* 'ok {1+1} > 0' instead of 'assert_operator 1+1, :>, 0',
* 'ok {5}.in?(1..9)' instead of 'assert_include 1..9, 5',
and so on.
Total
Ranking: 42,009 of 192,137
Downloads: 29,311
Daily
Ranking: 59,666 of 192,103
Downloads: 2
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 120,165 | 5,849 | benry-recorder |
| 120,887 | 5,770 | boilerpl8 |
| 158,634 | 3,503 | benry-cli |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 14 | 1,193,981,621 | minitest |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | kwatch |