Richard Sandilands
2006-Aug-06 23:14 UTC
[Rails] assert_difference gives undefined method error in unit tests
Hi there Am hitting undefined method errors for ''assert_difference'' in my unit tests under Rails 1.1.4 What could I be missing? Richard Sandilands
Rick Olson
2006-Aug-07 03:56 UTC
[Rails] assert_difference gives undefined method error in unit tests
On 8/6/06, Richard Sandilands <infoarts@gmail.com> wrote:> Hi there > > Am hitting undefined method errors for ''assert_difference'' in my unit > tests under Rails 1.1.4 > > What could I be missing? > > Richard Sandilands > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/railsJust what it sounds like... that''s a custom assertion :) -- Rick Olson http://techno-weenie.net
Richard Sandilands
2006-Aug-07 07:27 UTC
[Rails] assert_difference gives undefined method error in unit tests
Yeah, I got it going - I was using an old version of the plugin without the assert_difference in authenticated_test_helper.rb But now I''m stuck on the ''remember me'' functionality of the plugin, but that''s a seperate question for the list :) Richard