Sign in Sign up
rubygems

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.

Activity

Latest release
16y ago
Total releases
30
Cadence
~3 days
Last 12 months
0

Details

First release
Dec 25, 2007
Releases
Version Released
2.0.0 major
1.2.1 patch
1.2.0 minor
1.1.0 minor
1.0.0 major
0.2.8 patch
0.2.7 patch
0.2.6 patch
0.2.5 patch
0.2.4 patch
0.2.3 patch
0.2.1 patch
0.2.0 minor
0.1.8 patch
0.1.7 patch
0.1.5 patch
0.1.6 patch
0.1.4 patch
0.1.3 patch
0.1.2 patch
0.1.1 patch
0.1.0 minor
0.0.9 patch
0.0.7 patch
0.0.8 patch
0.0.5 patch
0.0.3 patch
0.0.4 patch
0.0.2 patch
0.0.1 initial