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,390 of 186,974
Downloads: 157,164
Daily
Ranking: 7,334 of 186,960
Downloads: 235
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
7,317 | 548,925 | jnunemaker-validatable |
27,249 | 49,185 | gmail_sender |
60,734 | 16,628 | shell-executer |
91,378 | 8,919 | np422-validatable |
96,135 | 8,281 | universe-testing |
100,718 | 7,677 | lgustafson-validatable |
122,438 | 5,191 | erotte-validatable |
Depends on
Rank | Downloads | Name |
---|---|---|
646 | 78,981,694 | mocha |
Owners
# | Gravatar | Handle |
---|---|---|
1 | jaycfields | |
2 | gmalamid | |
3 | holgerkohnen |