aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/test_helper.rb
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-08-11 17:35:18 -0400
committerGitHub <noreply@github.com>2017-08-11 17:35:18 -0400
commit8562404c6b76162e72e756f1859affad754400ff (patch)
tree782daa8b55277892460d88be04914da42c505348 /activestorage/test/test_helper.rb
parent1eb8f880285e5636f0ba5e8c16e7de1a822db69a (diff)
parente1f1213c8b59a413b0c2b9581d10dbf36d0be49b (diff)
downloadrails-8562404c6b76162e72e756f1859affad754400ff.tar.gz
rails-8562404c6b76162e72e756f1859affad754400ff.tar.bz2
rails-8562404c6b76162e72e756f1859affad754400ff.zip
Merge pull request #30113 from dixpac/remove_unecessary_require_in_test_helper
ActiveStorage: Remove unnecessary 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 a9b1d325c4..1190daa7b0 100644
--- a/activestorage/test/test_helper.rb
+++ b/activestorage/test/test_helper.rb
@@ -14,8 +14,6 @@ require "active_job"
ActiveJob::Base.queue_adapter = :test
ActiveJob::Base.logger = ActiveSupport::Logger.new(nil)
-require "active_storage"
-
# Filter out Minitest backtrace while allowing backtrace from other libraries
# to be shown.
Minitest.backtrace_filter = Minitest::BacktraceFilter.new