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 S.

On 8/6/06, Richard S. [email protected] wrote:

[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

Just what it sounds like… that’s a custom assertion :slight_smile:

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 :slight_smile:

Richard