[rspec-users] RSpec on Rails 2.0
David Chelimsky
dchelimsky at gmail.com
Thu Nov 8 20:49:42 EST 2007
On Nov 8, 2007 7:38 PM, Patrick Aljord <patcito at gmail.com> wrote:
> Ive just svn up and I still get the same error.
I don't know what to tell you - I just blew away vendor/rails,
vendor/plugins/rspec and vendor/plugins/rspec_on_rails, reinstalled
all three from their respective trunks and all is well.
The problem was being caused by two files in the same location on the path:
vendor/plugins/rspec/lib/spec/matchers/have.rb
vendor/plugins/rspec_on_rails/lib/spec/matchers/have.rb
The were both being seen as spec/matchers/have.rb.
I moved the one in rspec_on_rails to a different location. Any chance
the old one is still sitting around?
>
> _______________________________________________
> rspec-users mailing list
> rspec-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
More information about the rspec-users
mailing list