From 66ef92272c5d6519b425e73e500bbae1a75b348e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 26 Aug 2010 16:03:10 -0300 Subject: Add clear_helpers as a way to clean up all helpers added to this controller, maintaing just the helper with the same name as the controller. --- actionpack/test/fixtures/helpers/helpery_test_helper.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 actionpack/test/fixtures/helpers/helpery_test_helper.rb (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/helpers/helpery_test_helper.rb b/actionpack/test/fixtures/helpers/helpery_test_helper.rb new file mode 100644 index 0000000000..a4f2951efa --- /dev/null +++ b/actionpack/test/fixtures/helpers/helpery_test_helper.rb @@ -0,0 +1,5 @@ +module HelperyTestHelper + def helpery_test + "Default" + end +end -- cgit v1.2.3