fix regressions in cucumber tests. Add basis test for notes page

This commit is contained in:
Reinier Balt 2012-07-12 23:33:36 +02:00
parent 82bb67f518
commit e03c521314
3 changed files with 8 additions and 13 deletions

View file

@ -108,7 +108,7 @@ module ApplicationHelper
end
def link_to_edit_note (note, descriptor = sanitize(note.id.to_s))
link_to(descriptor, edit_notes_path(note),
link_to(descriptor, edit_note_path(note),
{:id => "link_edit_#{dom_id(note)}", :class => "note_edit_settings"})
end