aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-05-26 13:03:56 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-05-26 13:23:51 +0900
commit9b487b939c93e64204401a9c7f7fbb3797876dd7 (patch)
tree46d34e84683c9ae4a096cd1af2e3d2f7bfce0b3f /activesupport/test
parent48f01f04d486667f1adf84a768e127308326e551 (diff)
downloadrails-9b487b939c93e64204401a9c7f7fbb3797876dd7.tar.gz
rails-9b487b939c93e64204401a9c7f7fbb3797876dd7.tar.bz2
rails-9b487b939c93e64204401a9c7f7fbb3797876dd7.zip
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.
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/test_case_test.rb3
1 files changed, 0 insertions, 3 deletions
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