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,830 of 188,757
Downloads: 28,577
Daily
Ranking: 27,759 of 188,742
Downloads: 5
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 119,835 | 5,710 | benry-recorder |
| 120,345 | 5,655 | boilerpl8 |
| 158,539 | 3,395 | benry-cli |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 14 | 1,127,142,468 | minitest |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | kwatch |