@@ -74,6 +74,8 class AccountTest < ActionController::IntegrationTest | |||||
74 | end |
|
74 | end | |
75 |
|
75 | |||
76 | def test_lost_password |
|
76 | def test_lost_password | |
|
77 | Token.delete_all | |||
|
78 | ||||
77 | get "account/lost_password" |
|
79 | get "account/lost_password" | |
78 | assert_response :success |
|
80 | assert_response :success | |
79 | assert_template "account/lost_password" |
|
81 | assert_template "account/lost_password" |
General Comments 0
You need to be logged in to leave comments.
Login now