diff options
author | Xavier Noria <fxn@hashref.com> | 2019-04-09 12:13:05 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2019-04-09 12:13:05 +0200 |
commit | ac786cd1f2c39ea4c9eefeb23ceaab8fe3b242ec (patch) | |
tree | d19e10eadc32443bfc69b91f3637741483e2e135 /railties/test/application | |
parent | 9b5401fcc9624be9bd60331d59169267ae2f7bac (diff) | |
download | rails-ac786cd1f2c39ea4c9eefeb23ceaab8fe3b242ec.tar.gz rails-ac786cd1f2c39ea4c9eefeb23ceaab8fe3b242ec.tar.bz2 rails-ac786cd1f2c39ea4c9eefeb23ceaab8fe3b242ec.zip |
cleanup up constant in test suite
Diffstat (limited to 'railties/test/application')
-rw-r--r-- | railties/test/application/zeitwerk_integration_test.rb | 1 |
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 |