Rails 2.3 and RSpec
If you want to use RSpec with rails 2.3, you’ll have to install rspec and rspec-rails versions 1.1.11.1
To do this, you can just clone the git repos, and then run rake install_gem, first in rspec and then in rspec-rails.
After that you should be all set.
December 17, 2008
