aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/key_generator_test.rb
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-08-17 12:51:14 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-08-17 12:51:14 +0900
commit0193b89be6827fb6aa20f83af164901dc3e31590 (patch)
treeb6946e73267e260d4199b8d0319c38fd9e884863 /activesupport/test/key_generator_test.rb
parent6563a73e8967ce73f23e54969b6108a518bc694b (diff)
downloadrails-0193b89be6827fb6aa20f83af164901dc3e31590.tar.gz
rails-0193b89be6827fb6aa20f83af164901dc3e31590.tar.bz2
rails-0193b89be6827fb6aa20f83af164901dc3e31590.zip
Remove unused requires
Diffstat (limited to 'activesupport/test/key_generator_test.rb')
-rw-r--r--activesupport/test/key_generator_test.rb3
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)