From da94d0e8ca03209610a01f1be8d056319befe571 Mon Sep 17 00:00:00 2001 From: Krekoten' Marjan Date: Sat, 25 Sep 2010 10:29:17 +0300 Subject: Remove duplicate helper method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Valim --- actionpack/test/template/erb/tag_helper_test.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'actionpack/test/template/erb') diff --git a/actionpack/test/template/erb/tag_helper_test.rb b/actionpack/test/template/erb/tag_helper_test.rb index 036f3a3cc9..a384e94766 100644 --- a/actionpack/test/template/erb/tag_helper_test.rb +++ b/actionpack/test/template/erb/tag_helper_test.rb @@ -3,9 +3,6 @@ require "template/erb/helper" module ERBTest class TagHelperTest < BlockTestCase - def block_helper(str, rest) - "<%= #{str} do %>#{rest}<% end %>" - end extend ActiveSupport::Testing::Declarative -- cgit v1.2.3