expectations 1.0.0
A lightweight unit testing framework. Tests (expectations) will be written as follows expect 2 do 1 + 1 end expect NoMethodError do Object.invalid_method_call end.
Gemfile:
=
install:
=
Runtime Dependencies (1):
mocha
>= 0.5.5