migrate feedlist, user password, loggin in, manage users, mobile_* and notes manage

This commit is contained in:
Reinier Balt 2012-02-21 20:18:26 +01:00
parent d8b5c7d0d2
commit d528a87cee
10 changed files with 88 additions and 63 deletions

View file

@ -31,7 +31,7 @@ When /^I add a new context "([^"]*)"$/ do |context_name|
end
When /^I add a new active context "([^"]*)"$/ do |context_name|
When "I add a new context \"#{context_name}\""
step "I add a new context \"#{context_name}\""
end
When /^I add a new hidden context "([^"]*)"$/ do |context_name|
@ -56,7 +56,7 @@ end
Then /^I should see that a context named "([^"]*)" is not present$/ do |context_name|
within "div#display_box" do
Then "I should not see \"#{context_name}\""
step "I should not see \"#{context_name}\""
end
end