fix cucumber stories including test for i18n

This commit is contained in:
Reinier Balt 2011-07-09 14:53:37 +02:00
parent 601736de2d
commit 8109391f89
6 changed files with 796 additions and 731 deletions

View file

@ -49,3 +49,8 @@ Then /^I should see an error flash message saying "([^"]*)"$/ do |message|
text = response.selenium.get_text("xpath=#{xpath}")
text.should == message
end
Then /^I should see "([^"]*)" $/ do |text|
Then "I should see \"#{text}\""
end