diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-22 10:01:49 -0500 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-22 10:01:49 -0500 |
commit | 5ada4314c3272b1d6fc6bd15b2c0a9285c1227aa (patch) | |
tree | dd71fd144748642324c724b87fa1a72ac8d348c1 /test/models | |
parent | da12346695bd3e8079e0e10d2f6a6ccbc1515552 (diff) | |
download | rails-5ada4314c3272b1d6fc6bd15b2c0a9285c1227aa.tar.gz rails-5ada4314c3272b1d6fc6bd15b2c0a9285c1227aa.tar.bz2 rails-5ada4314c3272b1d6fc6bd15b2c0a9285c1227aa.zip |
Even more needless requires
Diffstat (limited to 'test/models')
-rw-r--r-- | test/models/variant_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/models/variant_test.rb b/test/models/variant_test.rb index c7ff0d77e1..276bf7e4fc 100644 --- a/test/models/variant_test.rb +++ b/test/models/variant_test.rb @@ -1,6 +1,5 @@ require "test_helper" require "database/setup" -require "active_storage/variant" class ActiveStorage::VariantTest < ActiveSupport::TestCase setup do |