Module | Matchy::Modals |
In: |
lib/matchy/modals.rb
|
Tests an expectation against the given object.
"hello".should eql("hello") 13.should equal(13) lambda { raise "u r doomed" }.should raise_error