diff options
Diffstat (limited to 'actionview/test/template/erb/helper.rb')
-rw-r--r-- | actionview/test/template/erb/helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionview/test/template/erb/helper.rb b/actionview/test/template/erb/helper.rb index bc1eedc15f..57d6cb1be3 100644 --- a/actionview/test/template/erb/helper.rb +++ b/actionview/test/template/erb/helper.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module ERBTest class ViewContext include ActionView::Helpers::UrlHelper |