1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove unused requires

This commit is contained in:
yuuji.yaginuma 2018-08-17 12:51:14 +09:00
parent 6563a73e89
commit 0193b89be6

View file

@ -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)