From 2ceb3fc56aa338583ceaf20a9b5834756d14291b Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Mon, 26 Mar 2012 20:16:12 -0300 Subject: Remove warning added by my own commit :fire: Commit: 7a0cf2f5294e8bcef547642435636b394340a3e4 --- actionpack/test/template/form_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/template') diff --git a/actionpack/test/template/form_helper_test.rb b/actionpack/test/template/form_helper_test.rb index 3b1af47770..c5a32635f8 100644 --- a/actionpack/test/template/form_helper_test.rb +++ b/actionpack/test/template/form_helper_test.rb @@ -2238,7 +2238,7 @@ class FormHelperTest < ActionView::TestCase end end - assert_deprecated /Giving a block to FormBuilder is deprecated and has no effect anymore/ do + assert_deprecated(/Giving a block to FormBuilder is deprecated and has no effect anymore/) do builder_class.new(:foo, nil, nil, {}, proc {}) end end -- cgit v1.2.3