Sha256: 1028eccb837add0a4d155a36923ea872a64a58fcd32887b257c23cd227abcb93
Contents?: true
Size: 611 Bytes
Versions: 22
Compression:
Stored size: 611 Bytes
Contents
Feature: Valid Outlines Scenario Outline: Joe fails to login Given I login as Joe without the '<Privilege>' privilege When I <Request Method> /admin/<Path> Then I should see the text "Sorry Joe, you're not allowed to see <Path>" Examples: | Privilege | Request Method | Path | | user | GET | reports | | user | GET | managers | Scenario Outline: Look at me ma no examples! Given I login as Joe without the '<Privilege>' privilege When I <Request Method> /admin/<Path> Then I should see the text "Sorry Joe, you're not allowed to see <Path>"
Version data entries
22 entries across 22 versions & 3 rubygems