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.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 650e997205..a6e228c4d2 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -62,7 +62,3 @@ end
require "active_storage/attached"
ActiveRecord::Base.send :extend, ActiveStorage::Attached::Macros
-
-require "global_id"
-GlobalID.app = "ActiveStorageExampleApp"
-ActiveRecord::Base.send :include, GlobalID::Identification