We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2009-06-29: toothrot had the following suggestion-by-example about how to move protest forward and make it even more expressive:
context "a new user" do setup { User.new(:email => "[email protected]", :name => "bob") } has_many :sharks has_attributes { email "[email protected]" name "bob" phone nil } end