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.99.8 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.1.99.9 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.2.0.1 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.2.0.2 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.2.0.3 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.2.0.4 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.2.0 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.2.1 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.2.2.1 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.2.2.2 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.2.2 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.2.3.1 specs/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.2.3.2 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.2.3.3 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.2.3.4 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.2.3 specs/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.3.0.1 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.3.0 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.3.1.1 spec/cucumber/treetop_parser/test_dos.feature
aslakhellesoy-cucumber-0.3.1 spec/cucumber/treetop_parser/test_dos.feature