From 9b487b939c93e64204401a9c7f7fbb3797876dd7 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Fri, 26 May 2017 13:03:56 +0900 Subject: Remove unused test class `AlsoDoingNothingTest` was added in cf9be89. It seems that it added to confirm that the test works in the child class of `ActiveSupport::TestCase`. But now basically use `ActiveSupport::TestCase` in test, so I think it is unnecessary. --- activesupport/test/test_case_test.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'activesupport/test') diff --git a/activesupport/test/test_case_test.rb b/activesupport/test/test_case_test.rb index af7fc44d66..40dfbe2542 100644 --- a/activesupport/test/test_case_test.rb +++ b/activesupport/test/test_case_test.rb @@ -237,9 +237,6 @@ class AssertDifferenceTest < ActiveSupport::TestCase end end -class AlsoDoingNothingTest < ActiveSupport::TestCase -end - # Setup and teardown callbacks. class SetupAndTeardownTest < ActiveSupport::TestCase setup :reset_callback_record, :foo -- cgit v1.2.3