From c915ddd38642333cd0f28d188c5d7c51ba517c03 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sun, 5 Sep 2010 23:45:51 -0300 Subject: Start cleanup of deprecations in ActionView MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Valim --- actionpack/test/template/active_model_helper_test.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'actionpack/test/template') diff --git a/actionpack/test/template/active_model_helper_test.rb b/actionpack/test/template/active_model_helper_test.rb index 6ab244d178..8530a72a82 100644 --- a/actionpack/test/template/active_model_helper_test.rb +++ b/actionpack/test/template/active_model_helper_test.rb @@ -59,12 +59,4 @@ class ActiveModelHelperTest < ActionView::TestCase ensure ActionView::Base.field_error_proc = old_proc if old_proc end - - def test_deprecations - %w(input form error_messages_for error_message_on).each do |method| - assert_deprecated do - send(method, "post") - end - end - end end -- cgit v1.2.3