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,663 of 191,483
Downloads: 189,748
Daily
Ranking: 7,216 of 191,454
Downloads: 345
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 7,620 | 566,426 | jnunemaker-validatable |
| 27,948 | 50,434 | gmail_sender |
| 60,153 | 17,836 | shell-executer |
| 93,176 | 9,165 | np422-validatable |
| 95,309 | 8,855 | universe-testing |
| 101,023 | 8,098 | lgustafson-validatable |
| 123,953 | 5,391 | erotte-validatable |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 578 | 87,970,280 | mocha |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | gmalamid | |
| 2 | holgerkohnen | |
| 3 | jaycfields |