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,282 of 183,477
Downloads: 142,117
Daily
Ranking: 63,432 of 183,470
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
6,892 | 530,951 | jnunemaker-validatable |
26,225 | 48,038 | gmail_sender |
61,786 | 15,221 | shell-executer |
89,843 | 8,602 | np422-validatable |
96,115 | 7,786 | universe-testing |
99,439 | 7,354 | lgustafson-validatable |
120,676 | 4,988 | erotte-validatable |
Depends on
Rank | Downloads | Name |
---|---|---|
632 | 69,312,611 | mocha |
Owners
# | Gravatar | Handle |
---|---|---|
1 | gmalamid | |
2 | holgerkohnen | |
3 | jaycfields |