From 625f7b5a5b12df3e7684b1be29c71c1f79a7c7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 26 Aug 2010 18:17:50 -0300 Subject: Be sure to call helper :all just on direct children. (Tests by Jesse Storimer) --- actionpack/test/fixtures/helpers/just_me_helper.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 actionpack/test/fixtures/helpers/just_me_helper.rb (limited to 'actionpack/test/fixtures/helpers/just_me_helper.rb') diff --git a/actionpack/test/fixtures/helpers/just_me_helper.rb b/actionpack/test/fixtures/helpers/just_me_helper.rb new file mode 100644 index 0000000000..b140a7b9b4 --- /dev/null +++ b/actionpack/test/fixtures/helpers/just_me_helper.rb @@ -0,0 +1,3 @@ +module JustMeHelper + def me() "mine!" end +end \ No newline at end of file -- cgit v1.2.3