Include `ActionDispatch::DrawOnce` in `ActiveSupport::TestCase`

It is also used in `BlockTestCase`.
This commit is contained in:
Ryuta Kamizono 2017-09-27 08:51:37 +09:00
parent 0e3b4d64c0
commit 40a63e52d2
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,6 @@ module ActionController
class TestCase
include ActionDispatch::TestProcess
include ActionDispatch::SharedRoutes
include ActionDispatch::DrawOnce
end
end
@ -223,6 +222,7 @@ module ActionDispatch
end
class ActiveSupport::TestCase
include ActionDispatch::DrawOnce
include ActiveSupport::Testing::MethodCallAssertions
# Skips the current run on Rubinius using Minitest::Assertions#skip