From ca197ce62cdbaab8dde1f9a478f9874c15122231 Mon Sep 17 00:00:00 2001 From: allomov Date: Fri, 5 Oct 2012 19:53:43 +0300 Subject: [PATCH] remove empty line after custom_wrapper_with_wrapped_label_input --- test/support/misc_helpers.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/support/misc_helpers.rb b/test/support/misc_helpers.rb index 76affb01..3b2d65a0 100644 --- a/test/support/misc_helpers.rb +++ b/test/support/misc_helpers.rb @@ -90,7 +90,6 @@ module MiscHelpers end end - def custom_form_for(object, *args, &block) simple_form_for(object, *(args << { :builder => CustomFormBuilder }), &block) end