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,534 of 186,715
Downloads: 152,305
Daily
Ranking: 9,341 of 186,700
Downloads: 131
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
7,281 | 547,013 | jnunemaker-validatable |
27,163 | 48,828 | gmail_sender |
60,847 | 16,371 | shell-executer |
90,975 | 8,864 | np422-validatable |
96,321 | 8,157 | universe-testing |
100,401 | 7,612 | lgustafson-validatable |
122,255 | 5,136 | erotte-validatable |
Depends on
Rank | Downloads | Name |
---|---|---|
650 | 78,155,232 | mocha |
Owners
# | Gravatar | Handle |
---|---|---|
1 | jaycfields | |
2 | gmalamid | |
3 | holgerkohnen |