[rspec-users] rspec on rails 0 7 5 1
Scott Taylor
mailing_lists at railsnewbie.com
Fri Feb 23 16:07:10 EST 2007
On Feb 23, 2007, at 11:08 AM, Keith McDonnell wrote:
>
>
> I can't upgrade rspec on rails to 0.7.5.1. I followed the install
> guide
> on the website without sucsess. Here's my env info:
I'm having a similar problem. I've upgraded the gem, installed
rspec, rspec_autotest, and rspec_on_rails as externals in my rails
vendor/plugins directory. I've also run ./script/generate rspec.
Here is my message:
########################################################################
####
Your RSpec on Rails plugin is incompatible with your installed RSpec.
RSpec : 0.7.5.1 (r1395)
RSpec on Rails : r1522
Make sure your RSpec on Rails plugin is compatible with your RSpec gem.
See http://rspec.rubyforge.org/documentation/rails/install.html for
details.
########################################################################
####
The svn::externals update:
euclid% svn update
Fetching external item into 'vendor/rails'
External at revision 6216.
Fetching external item into 'vendor/plugins/rav'
External at revision 30.
Fetching external item into 'vendor/plugins/acts_as_authenticated'
External at revision 2757.
Fetching external item into 'vendor/plugins/rspec'
External at revision 1522.
Fetching external item into 'vendor/plugins/rspec_on_rails'
External at revision 1522.
Fetching external item into 'vendor/plugins/rspec_autotest'
External at revision 69.
At revision 42.
Scott
More information about the rspec-users
mailing list