Open rdsubhas opened 10 years ago
There are a couple cleanup tasks related to this issue:
@rdsubhas Does it make sense to re-open this issue until these are also fixed?
The second issue wasn’t introduced by https://github.com/rapidftr/RapidFTR/pull/650, we just realized it was an issue in the process of upgrading to RSpec 3.
Oops @sferik @RapidRailsGirls thanks for pointing it out, I closed the two other issues #117 #119 thinking they were done as part of this :) Yep re-opening this
@sferik @RapidRailsGirls do you think we can close this issue now?
@rdsubhas The cleanup tasks still need to be completed.
RSpec 3.0 is released, and there is the excellent transpec gem which bulk converts all old
x.should == y
syntax into the newexpect(x).to be(y)
syntax.As part of this story, upgrade to either RSpec 3.0 or RSpec 2.99. 2.99 is the same as 3.0 except it treats all deprecations as warnings but still continues, where as 3.0 simply errors out.