aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/alternate_helpers/foo_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/alternate_helpers/foo_helper.rb')
-rw-r--r--actionpack/test/fixtures/alternate_helpers/foo_helper.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/alternate_helpers/foo_helper.rb b/actionpack/test/fixtures/alternate_helpers/foo_helper.rb
new file mode 100644
index 0000000000..c1a995af5f
--- /dev/null
+++ b/actionpack/test/fixtures/alternate_helpers/foo_helper.rb
@@ -0,0 +1,5 @@
+# frozen_string_literal: true
+
+module FooHelper
+ redefine_method(:baz) { }
+end