From 40a63e52d275a94227761f79b4a2544aaad8210a Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Wed, 27 Sep 2017 08:51:37 +0900 Subject: Include `ActionDispatch::DrawOnce` in `ActiveSupport::TestCase` It is also used in `BlockTestCase`. --- actionview/test/abstract_unit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/test') diff --git a/actionview/test/abstract_unit.rb b/actionview/test/abstract_unit.rb index 1b64799f85..f20a66c2d2 100644 --- a/actionview/test/abstract_unit.rb +++ b/actionview/test/abstract_unit.rb @@ -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 -- cgit v1.2.3