On Nov 8, 2007 8:07 PM, Patrick Aljord <[EMAIL PROTECTED]> 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.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to