[rspec-users] Rails 3 Upgrade
David Chelimsky
dchelimsky at gmail.com
Sat Mar 5 10:18:29 EST 2011
On Mar 1, 2011, at 7:33 PM, Lakshmanan wrote:
> Hi,
>
> I am upgrading a rails 2.1.0 app to Rails 3. Before I started my migration, I wrote all the tests cases for my app in Rspec 1.x version.
>
> I am doubting whether rspec test cases written in 1.x version will work when my app starts running in Rails3. After I upgrade to rails 3, i want to run my rspec 1.x version tests cases on it to see if I have broken anything during the upgrade.
>
> Will RSpec 1.x version work in a Rails 3 application ? Please help.
Not out of the box, but a lot of what you've done will probably work just fine. Start with the Upgrade information at:
http://relishapp.com/rspec/rspec-core
http://relishapp.com/rspec/rspec-rails
https://github.com/rspec/rspec-rails
and feel free to ask questions here if you run into any specific problems.
Good luck!
More information about the rspec-users
mailing list