If you are just using this bundle then this file is not for you!
This project relies on rvm and bundler for doing development. Its suggested you use the .rvmrc.sample file to set a project environment then
- install bundler
- run bundle install
Now you should be able to run both
rake spec
spec support/spec
If you have been working on this project using rspec1 then its important when upgrading to rspec2, to use a separate gemset and install all gems from scratch, to avoid any pollution from the old gemset.
- modify .rvmrc file (change the gemset e.g. to xxx_rspec2)
- cd out and back into folder
- check no gems are installed
gem list --local
gem install bundler
bundle install
Now if things don't work we know its our fault