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,222 of 183,107
Downloads: 141,676
Daily
Ranking: 22,512 of 183,092
Downloads: 9
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
6,859 | 528,711 | jnunemaker-validatable |
26,138 | 47,932 | gmail_sender |
61,867 | 15,088 | shell-executer |
89,630 | 8,578 | np422-validatable |
95,954 | 7,756 | universe-testing |
99,252 | 7,330 | lgustafson-validatable |
120,459 | 4,973 | erotte-validatable |
Depends on
Rank | Downloads | Name |
---|---|---|
627 | 68,424,665 | mocha |
Owners
# | Gravatar | Handle |
---|---|---|
1 | jaycfields | |
2 | gmalamid | |
3 | holgerkohnen |