From 88ac207913bb23291da2026780f4f64fd8834da7 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Fri, 3 Nov 2017 09:55:59 +0200 Subject: [PATCH] Include AbstractController::Translation in IntegrationTest --- test/test_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_helper.rb b/test/test_helper.rb index e395016a8..1a9c4d378 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -12,6 +12,7 @@ class ActionDispatch::IntegrationTest include Warden::Test::Helpers include Capybara::DSL include Capybara::Minitest::Assertions + include AbstractController::Translation def teardown Capybara.reset_sessions!