update jquery to latest 1.4.4

This commit is contained in:
Reinier Balt 2010-11-19 18:42:59 +01:00
parent 145c9105dd
commit 77e2ff0751
11 changed files with 377 additions and 356 deletions

View file

@ -36,6 +36,10 @@ When /^I click the icon next to the note$/ do
click_link "Show note"
end
When /^I edit the note to "([^"]*)"$/ do |note_content|
pending # express the regexp above with the code you wish you had
end
Then /^(.*) notes should be visible$/ do |number|
# count number of project_notes
count = 0