Skip to content

Commit

Permalink
cleanup up constant in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Apr 9, 2019
1 parent 9b5401f commit ac786cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railties/test/application/zeitwerk_integration_test.rb
Expand Up @@ -365,6 +365,7 @@ class ::ZeitwerkDTIntegrationTestGrandchild < ::ZeitwerkDTIntegrationTestChild;
ensure
Object.send(:remove_const, :ZeitwerkDTIntegrationTestRoot)
Object.send(:remove_const, :ZeitwerkDTIntegrationTestChild)
Object.send(:remove_const, :ZeitwerkDTIntegrationTestGrandchild)
end
end
end

0 comments on commit ac786cd

Please sign in to comment.