empty tokens table
git-svn-id: http://redmine.rubyforge.org/svn/trunk@217 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
7184632b84
commit
318c8717b8
|
@ -74,6 +74,8 @@ class AccountTest < ActionController::IntegrationTest
|
|||
end
|
||||
|
||||
def test_lost_password
|
||||
Token.delete_all
|
||||
|
||||
get "account/lost_password"
|
||||
assert_response :success
|
||||
assert_template "account/lost_password"
|
||||
|
|
Loading…
Reference in New Issue