diff options
-rw-r--r-- | activesupport/test/testing/after_teardown_test.rb (renamed from activesupport/test/testing/setup_and_teardown_test.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/testing/setup_and_teardown_test.rb b/activesupport/test/testing/after_teardown_test.rb index 283f82d19a..68c368909c 100644 --- a/activesupport/test/testing/setup_and_teardown_test.rb +++ b/activesupport/test/testing/after_teardown_test.rb @@ -8,7 +8,7 @@ module OtherAfterTeardown end end -class SetupAndTeardownTest < Minitest::Test +class AfterTeardownTest < Minitest::Test include OtherAfterTeardown include ActiveSupport::Testing::SetupAndTeardown |