mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #29234 from y-yagi/remove_unused_test_class
Remove unused test class
This commit is contained in:
commit
3beb5e53ed
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue