From 6dcd43b2a8a81b6131f5a569fffae6a17d337032 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 23 Jan 2019 16:11:54 -0800 Subject: =?UTF-8?q?=F0=9F=9A=A8=20Make=20the=20cops=20happy=20=F0=9F=9A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actionview/test/template/translation_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/test/template/translation_helper_test.rb') diff --git a/actionview/test/template/translation_helper_test.rb b/actionview/test/template/translation_helper_test.rb index 7094d4c7fc..23fc9850c4 100644 --- a/actionview/test/template/translation_helper_test.rb +++ b/actionview/test/template/translation_helper_test.rb @@ -36,7 +36,7 @@ class TranslationHelperTest < ActiveSupport::TestCase } } ) - view_paths = ActionController::Base.view_paths + view_paths = ActionController::Base.view_paths view_paths.each(&:clear_cache) ActionView::LookupContext.fallbacks.each(&:clear_cache) @view = ::ActionView::Base.with_empty_template_cache.with_view_paths(view_paths, {}) -- cgit v1.2.3