mattsears / nyan-cat-formatter

Nyan Cat inspired RSpec formatter!
http://mattsears.com/articles/2011/11/16/nyan-cat-rspec-formatter
MIT License
741 stars 81 forks source link

changed deprecated stub method #47

Closed pawurb closed 11 years ago

pawurb commented 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.

mattsears commented 11 years ago

:beer: Thanks dude.