Displaying 1 result from an estimated 1 matches for "r1332".
Did you mean:
1332
2006 Dec 20
16
Edge RSpec on Rails...what did I forget?
...rails/vendor/plugins/rspec_on_rails)
- 1332
Generated the rspec file, created a model...the spec runs fine if I do
ruby spec/models/foo_spec.rb. Running rake though gives me the
Your RSpec on Rails plugin is incompatible with your installed RSpec.
RSpec : 0.7.5 (r1330)
RSpec on Rails : r1332
error. So apparently it''s looking at the gem rspec instead of the one
I installed in my plugins folder. I''ve got an existing Rails app that
uses edge RSpec, so I updated it to see if it broke, but it runs fine.
I''m really really confused, I can''t tell what th...