[rspec-devel] Setting up rspec-rails for dev probelm
Ben Mabey
ben at benmabey.com
Fri Apr 11 00:27:43 EDT 2008
Hi,
I'm trying to set up my environment so I can make some changes to
rspec-rails. I have everything setup with rspec-dev and the git
submodules and I can run the entire spec suite.
I can also run rspec's specs separately and the example_rails_app specs
separately. However, when I try to run the specs (via autotest) in
rspec-dev/example_rails_app/vendor/plugins/rspec-rails I get:
############################################################################
Your RSpec on Rails plugin is incompatible with your installed RSpec.
RSpec : 20080131122909
RSpec on Rails : 20080328014754
Make sure your RSpec on Rails plugin is compatible with your RSpec gem.
See http://rspec.rubyforge.org/documentation/rails/install.html for details.
############################################################################
I realize that the rpsec version is coming from my gem 1.1.3 installed.
Looking at the spec_helper.rb in rpec-rails it looks like it is trying
to include the dev version but... it obviously isn't working for me.
What do I need to do get this to work on my box? Any advice would be
appreciated.
Thanks,
Ben
More information about the rspec-devel
mailing list