_updateFields js should start with first list item position of 1, not 0 #1

Open
aepstein wants to merge 16 commits from aepstein/patch-1 into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 09fe15c446 - Show all commits

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