-- Elliot _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users
Is there any reason why the ModelExampleGroup in rspec-rails inherits
from ActiveSupport::TestCase and not ActiveRecord::TestCase? I noticed
this because I tried to use assert_queries in one of my specs and
obviously it told me it didn't know what that was. Not a huge problem, I
can always add assert_queries (or an equivalent) manually, I was just
curious.
- [rspec-users] Model specs and ActiveRecord::TestCase Elliot Winkler
- Re: [rspec-users] Model specs and ActiveRecord::TestC... David Chelimsky
- Re: [rspec-users] Model specs and ActiveRecord::T... Elliot Winkler