[rspec-users] RSpec on Rails 2.0
David Chelimsky
dchelimsky at gmail.com
Thu Nov 8 21:14:24 EST 2007
On Nov 8, 2007 8:07 PM, Patrick Aljord <patcito at gmail.com> wrote:
> sorry:
>
> rake db:migrate RAILS_ENV=test --trace
> (in /home/pat/catalogr)
> ** Invoke db:migrate (first_time)
> ** Invoke environment (first_time)
> ** Execute environment
> rake aborted!
> superclass mismatch for class TestResponse
> /home/pat/catalogr/vendor/rails/actionpack/lib/action_controller/test_process.rb:286
That line reads like this:
class TestResponse < AbstractResponse
So it seems like there's some other loading problem. Try and blow away
the rspec plugins and run this migration and see if you still have
trouble.
More information about the rspec-users
mailing list