diff options
author | dixpac <dino.onex@gmail.com> | 2017-08-07 11:48:42 +0200 |
---|---|---|
committer | dixpac <dino.onex@gmail.com> | 2017-08-09 08:45:15 +0200 |
commit | e1f1213c8b59a413b0c2b9581d10dbf36d0be49b (patch) | |
tree | 762a4875a02f25504777a687697081018869a7fd | |
parent | da589fcc4a15cdc923b9df55f9fe964df996e49b (diff) | |
download | rails-e1f1213c8b59a413b0c2b9581d10dbf36d0be49b.tar.gz rails-e1f1213c8b59a413b0c2b9581d10dbf36d0be49b.tar.bz2 rails-e1f1213c8b59a413b0c2b9581d10dbf36d0be49b.zip |
Remove unecessary require in test_helper
-rw-r--r-- | activestorage/test/test_helper.rb | 2 |
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 |