Closed pawurb closed 11 years ago
On both ruby 2.0.0 and 1.9.3 (using rspec 2.14.1) I am getting the following warnings when running gem specs.
DEPRECATION: stub! is deprecated. Use stub instead.
I changed all 'stub!' calls to 'stub' and it is ok now.
:beer: Thanks dude.
On both ruby 2.0.0 and 1.9.3 (using rspec 2.14.1) I am getting the following warnings when running gem specs.
I changed all 'stub!' calls to 'stub' and it is ok now.