From 4367cfbd8486aeb0c8b71eb8699f61145bc7d8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 5 Sep 2011 17:55:58 +0300 Subject: [PATCH] Test for previous commit --- test/support/misc_helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/misc_helpers.rb b/test/support/misc_helpers.rb index b3157971..49f5694c 100644 --- a/test/support/misc_helpers.rb +++ b/test/support/misc_helpers.rb @@ -35,7 +35,7 @@ module MiscHelpers def custom_wrapper SimpleForm.build :tag => :section, :class => "custom_wrapper" do |b| - b.use :another, :tag => :div, :class => "another_wrapper" do |ba| + b.use :another, :class => "another_wrapper" do |ba| ba.use :label ba.use :input end