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,857 of 191,391
Downloads: 29,067
Daily
Ranking: 50,807 of 191,335
Downloads: 5
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 119,984 | 5,795 | benry-recorder |
| 120,606 | 5,726 | boilerpl8 |
| 158,446 | 3,468 | benry-cli |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 14 | 1,177,460,050 | minitest |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | kwatch |