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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/alternate_helpers/foo_helper.rb b/actionpack/test/fixtures/alternate_helpers/foo_helper.rb
index a956fce6fa..2528584473 100644
--- a/actionpack/test/fixtures/alternate_helpers/foo_helper.rb
+++ b/actionpack/test/fixtures/alternate_helpers/foo_helper.rb
@@ -1,3 +1,3 @@
module FooHelper
- def baz() end
+ redefine_method(:baz) {}
end