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:
parent
6563a73e89
commit
0193b89be6
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue