diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-11-18 17:54:27 -0800 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-11-18 17:54:27 -0800 |
commit | 0dfd993e77d633a895c4736811007df1d283577e (patch) | |
tree | 09fcf83459d61fbfe191c4b4ade48c42e3c8fe13 /actionpack/test/controller | |
parent | 520b8b59110dd130c89b317b6bd65d8644c7836f (diff) | |
download | rails-0dfd993e77d633a895c4736811007df1d283577e.tar.gz rails-0dfd993e77d633a895c4736811007df1d283577e.tar.bz2 rails-0dfd993e77d633a895c4736811007df1d283577e.zip |
Fix test bleed
Diffstat (limited to 'actionpack/test/controller')
-rw-r--r-- | actionpack/test/controller/request_forgery_protection_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/request_forgery_protection_test.rb b/actionpack/test/controller/request_forgery_protection_test.rb index 3e54ae96c5..09003adf73 100644 --- a/actionpack/test/controller/request_forgery_protection_test.rb +++ b/actionpack/test/controller/request_forgery_protection_test.rb @@ -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 |