features/step_definitions/projects_steps.rb in wally-0.0.40 vs features/step_definitions/projects_steps.rb in wally-0.0.41
- old
+ new
@@ -4,8 +4,8 @@
Given /^I visit the project page for "([^"]*)"$/ do |project|
visit "/projects/#{project}"
end
-Then /^I should see a link to the feature "([^"]*)"$/ do |feature|
+Then /^I see a link to the feature "([^"]*)"$/ do |feature|
page.should have_link feature
end