Sha256: 7e2102119880b01461a6c68a28519d9521d8ad3c3e074ecabaab107edf687df5

Contents?: true

Size: 614 Bytes

Versions: 205

Compression:

Stored size: 614 Bytes

Contents

Feature: Search
  In order to learn cucumber
  As an engineer
  I want to run some simple tests

  Scenario: 1) Reverse a String
    Given a string "abc"
    When the string is reversed
    Then the string should be "cba"
    
  More Examples:
    |input |output|
    |a     |a     |
    |ab    |ba    |    

  Scenario: 2) Upcase a String
    Given a string "abc"
    When the string is upcased
    Then the string should be "ABC"

  Scenario: 3) Combining 2 Methods
    Given a string "abc"
    When the string is upcased
    And the string is reversed
    Then the string should be "CBA"

Version data entries

205 entries across 205 versions & 17 rubygems

Version Path
aslakhellesoy-cucumber-0.1.10 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.100.1 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.100.2 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.100.3 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.100.4 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.100.5 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.11 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.12 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.13.2 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.13.3 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.13 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.14.1 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.14.2 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.15 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.16.1 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.16.2 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.16.3 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.16.4 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.16.5 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.16 spec/cucumber/treetop_parser/test_dos.feature