Sha256: b95e36e1fcc3b2aa15bec32f33db26d0cd910c8d1f38e8f6618217f5833bf17d

Contents?: true

Size: 244 Bytes

Versions: 15

Compression:

Stored size: 244 Bytes

Contents

Feature: Getting Started

  Scenario: Hello World
    Given the interface "main" is defined
    And the command "hello" is defined
    When the input "hello" is entered
    Then the output should contain:
      """
      Hello World!
      """

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
vedeu-0.0.25 features/getting_started.feature
vedeu-0.0.24 features/getting_started.feature
vedeu-0.0.23 features/getting_started.feature
vedeu-0.0.22 features/getting_started.feature
vedeu-0.0.21 features/getting_started.feature
vedeu-0.0.20 features/getting_started.feature
vedeu-0.0.19 features/getting_started.feature
vedeu-0.0.18 features/getting_started.feature
vedeu-0.0.17 features/getting_started.feature
vedeu-0.0.16 features/getting_started.feature
vedeu-0.0.15 features/getting_started.feature
vedeu-0.0.14 features/getting_started.feature
vedeu-0.0.13 features/getting_started.feature
vedeu-0.0.12 features/getting_started.feature
vedeu-0.0.11 features/getting_started.feature