Re: Migration from RSpec 1.3 to RSpec 2.x

2011-07-15 Thread Vít Ondruch
spec_helper.rb doesn't have necessarily anything to do with Rails, although Rails can use such file. Vit Dne 15.7.2011 14:45, Tyler Smart napsal(a): > I have to migrate to Rails 3 for that, right :) One step at a time. > > = > Tyler Smart > Check out the IT.rb group: > https://docspace

Re: Migration from RSpec 1.3 to RSpec 2.x

2011-07-15 Thread Tyler Smart
I have to migrate to Rails 3 for that, right :) One step at a time. = Tyler Smart Check out the IT.rb group: https://docspace.corp.redhat.com/groups/itrb - Original Message - From: "Vít Ondruch" To: ruby-sig@lists.fedoraproject.org Sent: Friday, July 15, 2011 8:36:08 AM Subje

Re: Migration from RSpec 1.3 to RSpec 2.x

2011-07-15 Thread Vít Ondruch
The most differences are usually in spec_helper.rb if you are using one, otherwise there are usually no issues. Vit Dne 15.7.2011 14:19, Marek Goldmann napsal(a): > Tyler, > > Depending on your code - migration can be pretty easy. It took me about 5 > minutes for example: > > > https:/

Re: Migration from RSpec 1.3 to RSpec 2.x

2011-07-15 Thread Marek Goldmann
Tyler, Depending on your code - migration can be pretty easy. It took me about 5 minutes for example: https://github.com/boxgrinder/boxgrinder-build/commit/bbd2083d4cf25d31cb7d0f7b75360dd379cace73 So I highly recommend doing that earlier than later :) --Marek On 2011-07-15, at 14:09,

Re: Migration from RSpec 1.3 to RSpec 2.x

2011-07-15 Thread Tyler Smart
Just a question, but who all is using Rspec 1.3.3 like me? I work on the rhsm-web team in Raleigh and have implemented all my tests with rspec 1.3.3. Is anyone else already on 2.x? = Tyler Smart Check out the IT.rb group: https://docspace.corp.redhat.com/groups/itrb - Original M