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,308 of 187,267
Downloads: 160,809
Daily
Ranking: 12,133 of 187,255
Downloads: 47
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
7,350 | 550,360 | jnunemaker-validatable |
27,328 | 49,497 | gmail_sender |
60,689 | 16,832 | shell-executer |
91,742 | 8,965 | np422-validatable |
96,159 | 8,370 | universe-testing |
101,028 | 7,726 | lgustafson-validatable |
122,695 | 5,233 | erotte-validatable |
Depends on
Rank | Downloads | Name |
---|---|---|
635 | 79,849,602 | mocha |
Owners
# | Gravatar | Handle |
---|---|---|
1 | jaycfields | |
2 | gmalamid | |
3 | holgerkohnen |