Guest User

Untitled

a guest
Mar 1st, 2018
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. 1) Failure:
  2. test_should_reset_password(UserTest) [./test/unit/user_test.rb:46]:
  3. <#<User:0x456ace4
  4. @attributes=
  5. {"salt"=>"7e3041ebc2fc05a40c60028e2c4901a81035d3cd",
  6. "activated_at"=>"2007-02-26 14:05:20",
  7. "updated_at"=>Sat Mar 03 14:05:21 -0600 2007,
  8. "crypted_password"=>"4b6dd603c64f03bc2f676658e287094878df9603",
  9. "activation_code"=>"8f24789ae988411ccf33ab0c30fe9106fab32e9b",
  10. "remember_token_expires_at"=>"2007-03-10 20:05:21",
  11. "id"=>"1",
  12. "remember_token"=>"f6cdb7e0301705230a978cdde056c727f6da7bc2",
  13. "login"=>"quentin2",
  14. "created_at"=>"2007-02-26 14:05:20",
  15. "email"=>"quentin@example.com"},
  16. @errors=
  17. #<ActiveRecord::Errors:0x456a780 @base=#<User:0x456ace4 ...>, @errors={}>,
  18. @password="new password",
  19. @password_confirmation="new password">> expected but was
  20. <nil>.
Add Comment
Please, Sign In to add comment