Displaying 1 result from an estimated 1 matches for "fooxl".
Did you mean:
  fool
  
2007 Feb 16
6
some fun functionality for all your specs
I''ve found these two snippets of code useful and would love some feedback.
first, .should_have_valid_associations
usage:
context "A new Product" do
  specify "should have valid associations" do
    @product.should_have_valid_associations
  end
end
code: (thanks to Wilson/Defiler for converting to rspec)
module Spec
  module Expectations
    module Should