From 318c8717b8a0ae47839787525394a82b0a2c5ef1 2007-02-02 15:20:49 From: Jean-Philippe Lang Date: 2007-02-02 15:20:49 Subject: [PATCH] empty tokens table git-svn-id: http://redmine.rubyforge.org/svn/trunk@217 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/integration/account_test.rb b/test/integration/account_test.rb index 0d6f75d..ae02708 100644 --- a/test/integration/account_test.rb +++ b/test/integration/account_test.rb @@ -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"