Skip to content

Instantly share code, notes, and snippets.

@fabiolnm
Created December 18, 2011 17:03
Show Gist options
  • Save fabiolnm/1493934 to your computer and use it in GitHub Desktop.
Save fabiolnm/1493934 to your computer and use it in GitHub Desktop.
...
9 scenarios (9 undefined)
39 steps (39 undefined)
0m2.451s
You can implement step definitions for undefined steps with these snippets:
Given /^I have no contacts$/ do
pending # express the regexp above with the code you wish you had
end
When /^I go to the contact list$/ do
pending # express the regexp above with the code you wish you had
end
Then /^I should see "([^"]*)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment