diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2017-05-26 01:04:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-26 01:04:02 -0500 |
commit | 3beb5e53ed0a63660a05f42d9dae635a6d802b25 (patch) | |
tree | 038e26b7fb874abdbcae987bb6883d42ec48c8c4 /activesupport | |
parent | 7a2fd70fc46ea7537a814172677adea86baf3747 (diff) | |
parent | 9b487b939c93e64204401a9c7f7fbb3797876dd7 (diff) | |
download | rails-3beb5e53ed0a63660a05f42d9dae635a6d802b25.tar.gz rails-3beb5e53ed0a63660a05f42d9dae635a6d802b25.tar.bz2 rails-3beb5e53ed0a63660a05f42d9dae635a6d802b25.zip |
Merge pull request #29234 from y-yagi/remove_unused_test_class
Remove unused test class
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/test_case_test.rb | 3 |
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 |