Remove unnecessary test

This commit is contained in:
dfens 2013-05-08 16:43:10 +02:00
parent e24f8dfc21
commit f9baf4db05
1 changed files with 0 additions and 7 deletions

View File

@ -131,13 +131,6 @@ class FormHelperTest < ActionView::TestCase
end
end
test 'custom field error proc' do
expected_error_proc = lambda {}
swap SimpleForm, field_error_proc: expected_error_proc do
assert_equal expected_error_proc, SimpleForm.field_error_proc
end
end
test 'SimpleForm for swaps default action view field_error_proc' do
expected_error_proc = lambda {}
swap SimpleForm, field_error_proc: expected_error_proc do