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: 13,254 of 187,622
Downloads: 163,376
Daily
Ranking: 16,436 of 187,603
Downloads: 32
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 7,377 | 552,128 | jnunemaker-validatable |
| 27,422 | 49,640 | gmail_sender |
| 60,551 | 17,012 | shell-executer |
| 91,887 | 9,015 | np422-validatable |
| 95,872 | 8,470 | universe-testing |
| 100,995 | 7,800 | lgustafson-validatable |
| 122,897 | 5,267 | erotte-validatable |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 630 | 80,725,044 | mocha |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | jaycfields | |
| 2 | gmalamid | |
| 3 | holgerkohnen |