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!
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to