Skip to content

Instantly share code, notes, and snippets.

@joshski
Created July 14, 2009 13:48
Show Gist options
  • Save joshski/146949 to your computer and use it in GitHub Desktop.
Save joshski/146949 to your computer and use it in GitHub Desktop.
Scenario Outline: whatever
Given '<user>' has full rights
Examples:
| user |
| Aidy |
Given /^'(.+)' has full rights$/ do |name|
raise "but #{name} doesn't have any rights!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment