aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/cookies_test.rb
diff options
context:
space:
mode:
authorTrevor Turk <trevorturk@gmail.com>2013-04-03 08:28:37 -0500
committerTrevor Turk <trevorturk@gmail.com>2013-04-03 08:28:37 -0500
commit2edf657a64ee74096e73fe2300e73c080a2e87e1 (patch)
tree4a6b8be9afa73c25847c7f961b26d19829eec516 /actionpack/test/dispatch/cookies_test.rb
parentac6fc606213f591f8e2c249b144843354c69af3c (diff)
downloadrails-2edf657a64ee74096e73fe2300e73c080a2e87e1.tar.gz
rails-2edf657a64ee74096e73fe2300e73c080a2e87e1.tar.bz2
rails-2edf657a64ee74096e73fe2300e73c080a2e87e1.zip
Remove comments about removing LegacyKeyGenerator in 4.1
Diffstat (limited to 'actionpack/test/dispatch/cookies_test.rb')
-rw-r--r--actionpack/test/dispatch/cookies_test.rb1
1 files changed, 0 insertions, 1 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'