diff --git a/test/action_view_extensions/form_helper_test.rb b/test/action_view_extensions/form_helper_test.rb index cf52207d..e9964aff 100644 --- a/test/action_view_extensions/form_helper_test.rb +++ b/test/action_view_extensions/form_helper_test.rb @@ -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