Created
July 14, 2009 13:48
-
-
Save joshski/146949 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scenario Outline: whatever | |
Given '<user>' has full rights | |
Examples: | |
| user | | |
| Aidy | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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