1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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.
This commit is contained in:
yuuji.yaginuma 2017-05-26 13:03:56 +09:00
parent 48f01f04d4
commit 9b487b939c

View file

@ -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