I have a step definition file where I'm saving a model object and want to use this syntax (it's common, I see it in examples everywhere):
Event.should have(1).record ...but it gives this error: undefined method `record' for #<Class:0x2473e3c> (NoMethodError) Am I missing some library or require or something? I added "require 'spec/expectations'" to my env.rb but no change. Any ideas? Thanks! -Jason _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users