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,024 of 188,317
Downloads: 28,217
Daily
Ranking: 27,501 of 188,299
Downloads: 11
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 119,959 | 5,655 | benry-recorder |
| 120,192 | 5,629 | boilerpl8 |
| 159,016 | 3,336 | benry-cli |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 14 | 1,114,463,937 | minitest |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | kwatch |