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

Version Path
aslakhellesoy-cucumber-0.1.100.1 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.100.2 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.100.3 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.100.4 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.100.5 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.10 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.11 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.12 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.13 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.14 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.15 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.17 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.18 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.19 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.20 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.21 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.22 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.23 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.6 spec/cucumber/treetop_parser/scenario_outline.feature
aslakhellesoy-cucumber-0.1.99.7 spec/cucumber/treetop_parser/scenario_outline.feature