Skip to content

Commit

Permalink
Remove warning added by my own commit 🔥
Browse files Browse the repository at this point in the history
Commit: 7a0cf2f
  • Loading branch information
carlosantoniodasilva committed Mar 26, 2012
1 parent 5ad9a8e commit 2ceb3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/template/form_helper_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2238,7 +2238,7 @@ def initialize(object_name, object, template, options, block)
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
Expand Down

0 comments on commit 2ceb3fc

Please sign in to comment.