diff options
author | Trevor Turk <trevorturk@gmail.com> | 2013-04-03 08:28:37 -0500 |
---|---|---|
committer | Trevor Turk <trevorturk@gmail.com> | 2013-04-03 08:28:37 -0500 |
commit | 2edf657a64ee74096e73fe2300e73c080a2e87e1 (patch) | |
tree | 4a6b8be9afa73c25847c7f961b26d19829eec516 /actionpack/test/dispatch | |
parent | ac6fc606213f591f8e2c249b144843354c69af3c (diff) | |
download | rails-2edf657a64ee74096e73fe2300e73c080a2e87e1.tar.gz rails-2edf657a64ee74096e73fe2300e73c080a2e87e1.tar.bz2 rails-2edf657a64ee74096e73fe2300e73c080a2e87e1.zip |
Remove comments about removing LegacyKeyGenerator in 4.1
Diffstat (limited to 'actionpack/test/dispatch')
-rw-r--r-- | actionpack/test/dispatch/cookies_test.rb | 1 | ||||
-rw-r--r-- | actionpack/test/dispatch/session/cookie_store_test.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/test/dispatch/cookies_test.rb b/actionpack/test/dispatch/cookies_test.rb index 779031605a..91ac13e7c6 100644 --- a/actionpack/test/dispatch/cookies_test.rb +++ b/actionpack/test/dispatch/cookies_test.rb @@ -7,7 +7,6 @@ rescue LoadError, NameError $stderr.puts "Skipping KeyGenerator test: broken OpenSSL install" else -# FIXME remove LegacyKeyGenerator and this require in 4.1 require 'active_support/key_generator' require 'active_support/message_verifier' diff --git a/actionpack/test/dispatch/session/cookie_store_test.rb b/actionpack/test/dispatch/session/cookie_store_test.rb index bd05e008b3..e99ff46edf 100644 --- a/actionpack/test/dispatch/session/cookie_store_test.rb +++ b/actionpack/test/dispatch/session/cookie_store_test.rb @@ -1,6 +1,5 @@ require 'abstract_unit' require 'stringio' -# FIXME remove LegacyKeyGenerator and this require in 4.1 require 'active_support/key_generator' class CookieStoreTest < ActionDispatch::IntegrationTest |