aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 878ce8391c..6081fc1bcf 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -34,17 +34,6 @@ class ActiveSupport::TestCase
end
end
-require "action_controller"
-require "action_controller/test_case"
-
-class ActionController::TestCase
- Routes = ActionDispatch::Routing::RouteSet.new.tap do |routes|
- routes.draw do
- eval(File.read(File.expand_path("../../lib/active_storage/routes.rb", __FILE__)))
- end
- end
-end
-
require "active_storage/attached"
ActiveRecord::Base.send :extend, ActiveStorage::Attached::Macros