Salted Login Error

Anyone know what’s causing this?


  1. Error:
    test_delete(UserControllerTest):
    NoMethodError: undefined method advance_by_days=' for Time:Class ./test/functional/user_controller_test.rb:132:intest_delete’

  2. Error:
    test_signup(UserControllerTest):
    NoMethodError: undefined method advance_by_days=' for Time:Class ./test/functional/user_controller_test.rb:51:indo_test_signup’
    ./test/functional/user_controller_test.rb:145:in `test_signup’

49 tests, 227 assertions, 0 failures, 2 errors
rake aborted!
Test failures

These are the only two errors after install.

Take a look at this page:

http://wiki.rubyonrails.com/rails/pages/SaltedHashLoginGenerator/
versions/49

This error is mentioned toward the bottom.