Friday, September 26, 2008

mocha_mock_path error in your tests

If you use stubs in your Mocha tests but they break because of this error:

ActionView::TemplateError: undefined method `mocha_mock_path'


Check that you also stub the class method.


stub(:title => 'a title', :class => News)

1 comments: