From 09fe15c446aab1b61eb77e5053fc3e11d8fbf91d Mon Sep 17 00:00:00 2001 From: John Bintz Date: Fri, 26 Oct 2012 17:59:48 -0400 Subject: [PATCH] fix broken test --- spec/formtastic/cocoon_input_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/formtastic/cocoon_input_spec.rb b/spec/formtastic/cocoon_input_spec.rb index 67e34a0..e85a859 100644 --- a/spec/formtastic/cocoon_input_spec.rb +++ b/spec/formtastic/cocoon_input_spec.rb @@ -61,7 +61,7 @@ describe CocoonInput do before do input.stub(:label_html).and_return('label') - input.stub(:semantic_fields_for).and_return('fields') + input.stub(:wrapped_semantic_fields).and_return('fields') input.stub(:links).and_return('links') template.stub(:content_tag) end