diff options
Diffstat (limited to 'actionpack/test/fixtures/alternate_helpers')
-rw-r--r-- | actionpack/test/fixtures/alternate_helpers/foo_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/alternate_helpers/foo_helper.rb b/actionpack/test/fixtures/alternate_helpers/foo_helper.rb index 2528584473..3aadb6145e 100644 --- a/actionpack/test/fixtures/alternate_helpers/foo_helper.rb +++ b/actionpack/test/fixtures/alternate_helpers/foo_helper.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module FooHelper redefine_method(:baz) {} end |