Tue 10 Jan 2006
If some of your Ruby on Rails tests are failing with method not found errors, it could be because Ruby cannot find the class that has this method. For example the methods might be in some of the mock classes. To fix this I did.
$ ruby -Itest/mocks/test test/functional/user_controller_test.rb
July 11th, 2006 at 6:34 pm
[...] http://betweengo.com/category/ruby-on-rails/ [...]