get edit a todo to pass

This commit is contained in:
Reinier Balt 2012-05-01 17:25:45 +02:00
parent d7aebf03a0
commit 28b7df87a8
6 changed files with 14 additions and 6 deletions

View file

@ -173,7 +173,7 @@ When /^I edit the tags of "([^"]*)" to "([^"]*)"$/ do |action_description, tags|
todo.should_not be_nil
open_edit_form_for(todo)
fill_in "tag_list", :with => tags
fill_in "todo_tag_list", :with => tags
submit_edit_todo_form(todo)
end