From d1c4acc669ac1c908cb6fab6e0be5d5c2f310272 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sun, 8 Jul 2012 17:45:22 -0300 Subject: Remove AS declarative extension from erb tag test The extension was removed in 22bc12ec374b8bdeb3818ca0a3eb787dd3ce39d8, making "test" an alias for minitest's "it". --- actionpack/test/template/erb/tag_helper_test.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/actionpack/test/template/erb/tag_helper_test.rb b/actionpack/test/template/erb/tag_helper_test.rb index 1724d6432d..84e328d8be 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 - - extend ActiveSupport::Testing::Declarative - test "percent equals works for content_tag and does not require parenthesis on method call" do assert_equal "
Hello world
", render_content("content_tag :div", "Hello world") end -- cgit v1.2.3