aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/test_helper.rb
diff options
context:
space:
mode:
authordixpac <dino.onex@gmail.com>2017-08-07 11:48:42 +0200
committerdixpac <dino.onex@gmail.com>2017-08-09 08:45:15 +0200
commite1f1213c8b59a413b0c2b9581d10dbf36d0be49b (patch)
tree762a4875a02f25504777a687697081018869a7fd /activestorage/test/test_helper.rb
parentda589fcc4a15cdc923b9df55f9fe964df996e49b (diff)
downloadrails-e1f1213c8b59a413b0c2b9581d10dbf36d0be49b.tar.gz
rails-e1f1213c8b59a413b0c2b9581d10dbf36d0be49b.tar.bz2
rails-e1f1213c8b59a413b0c2b9581d10dbf36d0be49b.zip
Remove unecessary require in test_helper
Diffstat (limited to 'activestorage/test/test_helper.rb')
-rw-r--r--activestorage/test/test_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activestorage/test/test_helper.rb b/activestorage/test/test_helper.rb
index 50cc72cbe3..5958b95225 100644
--- a/activestorage/test/test_helper.rb
+++ b/activestorage/test/test_helper.rb
@@ -10,8 +10,6 @@ require "active_job"
ActiveJob::Base.queue_adapter = :test
ActiveJob::Base.logger = nil
-require "active_storage"
-
# Filter out Minitest backtrace while allowing backtrace from other libraries
# to be shown.
Minitest.backtrace_filter = Minitest::BacktraceFilter.new