Categories: None [Edit]
expectations
A lightweight unit testing framework. Tests (expectations) will be written as follows
expect 2 do
1 + 1
end
expect(1 + 1) == 2
expect NoMethodError do
Object.invalid_method_call
end.
Total
Ranking: 12,878 of 190,365
Downloads: 181,493
Daily
Ranking: 5,952 of 190,317
Downloads: 534
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 7,561 | 564,600 | jnunemaker-validatable |
| 27,863 | 50,335 | gmail_sender |
| 60,249 | 17,695 | shell-executer |
| 93,149 | 9,122 | np422-validatable |
| 95,236 | 8,819 | universe-testing |
| 100,883 | 8,073 | lgustafson-validatable |
| 123,801 | 5,372 | erotte-validatable |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 591 | 86,615,707 | mocha |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | jaycfields | |
| 2 | gmalamid | |
| 3 | holgerkohnen |