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

Version Path
aslakhellesoy-cucumber-0.1.13.2 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.13.3 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.13 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.14.1 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.14.2 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.15 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.16.1 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.16.2 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.16.3 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.16.4 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.16.5 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.16 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.1 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.2 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.3 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.5 spec/cucumber/treetop_parser/scenario_outline.feature
kosmas58-cucumber-0.1.16.5 spec/cucumber/treetop_parser/scenario_outline.feature
kosmas58-cucumber-0.1.16.6 spec/cucumber/treetop_parser/scenario_outline.feature
cucumber-0.1.14 spec/cucumber/treetop_parser/scenario_outline.feature
cucumber-0.1.13 spec/cucumber/treetop_parser/scenario_outline.feature