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,995 of 188,002
Downloads: 28,051
Daily
Ranking: 38,856 of 187,988
Downloads: 5
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 120,008 | 5,609 | benry-recorder |
| 120,106 | 5,599 | boilerpl8 |
| 159,147 | 3,298 | benry-cli |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 15 | 1,102,754,388 | minitest |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | kwatch |