diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2018-08-17 12:51:14 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2018-08-17 12:51:14 +0900 |
commit | 0193b89be6827fb6aa20f83af164901dc3e31590 (patch) | |
tree | b6946e73267e260d4199b8d0319c38fd9e884863 /activesupport | |
parent | 6563a73e8967ce73f23e54969b6108a518bc694b (diff) | |
download | rails-0193b89be6827fb6aa20f83af164901dc3e31590.tar.gz rails-0193b89be6827fb6aa20f83af164901dc3e31590.tar.bz2 rails-0193b89be6827fb6aa20f83af164901dc3e31590.zip |
Remove unused requires
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/key_generator_test.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/test/key_generator_test.rb b/activesupport/test/key_generator_test.rb index cdde2c573a..9dfc0b2154 100644 --- a/activesupport/test/key_generator_test.rb +++ b/activesupport/test/key_generator_test.rb @@ -9,9 +9,6 @@ rescue LoadError, NameError $stderr.puts "Skipping KeyGenerator test: broken OpenSSL install" else - require "active_support/time" - require "active_support/json" - class KeyGeneratorTest < ActiveSupport::TestCase def setup @secret = SecureRandom.hex(64) |