features/step_definitions/notifications_steps.rb in wally-0.0.40 vs features/step_definitions/notifications_steps.rb in wally-0.0.41
- old
+ new
@@ -4,8 +4,8 @@
contents += "@wip\nScenario: Scenario #{number}\n"
end
create_feature("project", "sample1.feature", contents)
end
-Then /^I should see a notification that says "([^"]*)"$/ do |text|
+Then /^I see a notification that says "([^"]*)"$/ do |text|
page.should have_content text
end