rSpec Quick Reference Core API Arbitrary Block object.should_satisfy {|arg| ...} object.should_not_satisfy {|arg| ...} Equality object.should_equal <value> object.should_not_equal <value> object.should == <value> Floating Point Comparison object.should_be_close <val>, <delta> object.should_not_be_close <val>, <delta> Identity object.should_be <value> object.should_not_be <value> Arbitrary Predica
{{#tags}}- {{label}}
{{/tags}}