Possible reason for Ruby on Rails tests failing
by Frank Kim on Jan.10, 2006, under Ruby on Rails
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
Related posts:
1 Trackback or Pingback for this entry
July 11th, 2006 on 6:34 PM
[...] http://betweengo.com/category/ruby-on-rails/ [...]