Sha256: 5c6b3bb94929c75a98e63e2f1d6f8ba87344adbc79483c6dfa0c3d4803d0f3ad
Contents?: true
Size: 609 Bytes
Versions: 181
Compression:
Stored size: 609 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
181 entries across 181 versions & 16 rubygems