summaryrefslogtreecommitdiffstats
path: root/test/integration/account_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-02-02 15:20:49 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-02-02 15:20:49 +0000
commit318c8717b8a0ae47839787525394a82b0a2c5ef1 (patch)
treede694a2e31ba324738fa3dd0e4ed0646a75559c6 /test/integration/account_test.rb
parent7184632b84d94151cfa627159bfcf997ec5b287b (diff)
downloadredmine-318c8717b8a0ae47839787525394a82b0a2c5ef1.tar.gz
redmine-318c8717b8a0ae47839787525394a82b0a2c5ef1.zip
empty tokens table
git-svn-id: http://redmine.rubyforge.org/svn/trunk@217 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/account_test.rb')
-rw-r--r--test/integration/account_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/account_test.rb b/test/integration/account_test.rb
index 0d6f75d70..ae027082c 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"