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: 41,927 of 196,658
Downloads: 30,741
Daily
Ranking: 20,118 of 196,619
Downloads: 22
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 119,178 | 6,266 | benry-recorder |
| 121,598 | 6,020 | boilerpl8 |
| 159,640 | 3,651 | benry-cli |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 14 | 1,299,835,948 | minitest |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | kwatch |