From 318c8717b8a0ae47839787525394a82b0a2c5ef1 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 2 Feb 2007 15:20:49 +0000 Subject: [PATCH] empty tokens table git-svn-id: http://redmine.rubyforge.org/svn/trunk@217 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/account_test.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/account_test.rb b/test/integration/account_test.rb index 0d6f75d7..ae027082 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"