fix broken test

This commit is contained in:
John Bintz 2012-10-26 17:59:48 -04:00
parent a1715f049b
commit 09fe15c446
1 changed files with 1 additions and 1 deletions

View File

@ -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