On Nov 8, 2007 7:06 PM, Patrick Aljord <[EMAIL PROTECTED]> wrote: > I can't get rspec to work with rails edge either, when I do > "rake db:migrate RAILS_ENV=test" > > I get: > > undefined method `failure_message' for class `Spec::Matchers::Have'
That was due to a change in edge rails 8115, which broke rspec. It is now fixed - just update rspec to the current trunk. > > So I can't even start working on my project :/ It works without rspec. > > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
