migrate tickler, tagging, toggle context and done. This finishes the first migration pass

This commit is contained in:
Reinier Balt 2012-03-12 22:52:45 +01:00
parent 1236b5985c
commit 41ebd2ec9b
12 changed files with 64 additions and 72 deletions

View file

@ -22,7 +22,7 @@ Then /^I should see an error flash message saying "([^"]*)"$/ do |message|
end
Then /^I should see "([^"]*)" $/ do |text|
Then "I should see \"#{text}\""
step "I should see \"#{text}\""
end
Then /^I should save and open the page$/ do