Rename the class as there is already an existing class with that name

This commit is contained in:
Edouard CHIN 2018-04-06 12:17:58 -04:00
parent 70fae9a434
commit 01eddb390c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module OtherAfterTeardown
end
end
class SetupAndTeardownTest < Minitest::Test
class AfterTeardownTest < Minitest::Test
include OtherAfterTeardown
include ActiveSupport::Testing::SetupAndTeardown