empty tokens table

git-svn-id: http://redmine.rubyforge.org/svn/trunk@217 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-02-02 15:20:49 +00:00
parent 7184632b84
commit 318c8717b8
1 changed files with 2 additions and 0 deletions

View File

@ -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"