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