Fix test bleed

This commit is contained in:
Jeremy Kemper 2009-11-18 17:54:27 -08:00
parent 520b8b5911
commit 0dfd993e77
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ end
class CustomAuthenticityParamControllerTest < ActionController::TestCase
def setup
ActionController::Base.request_forgery_protection_token = :authenticity_tok
ActionController::Base.request_forgery_protection_token = :authenticity_token
end
def test_should_allow_custom_token