aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
diff options
context:
space:
mode:
Diffstat (limited to 'railties/test')
-rw-r--r--railties/test/application/zeitwerk_integration_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/test/application/zeitwerk_integration_test.rb b/railties/test/application/zeitwerk_integration_test.rb
index b461d82450..b248459e47 100644
--- a/railties/test/application/zeitwerk_integration_test.rb
+++ b/railties/test/application/zeitwerk_integration_test.rb
@@ -365,6 +365,7 @@ class ZeitwerkIntegrationTest < ActiveSupport::TestCase
ensure
Object.send(:remove_const, :ZeitwerkDTIntegrationTestRoot)
Object.send(:remove_const, :ZeitwerkDTIntegrationTestChild)
+ Object.send(:remove_const, :ZeitwerkDTIntegrationTestGrandchild)
end
end
end