Sha256: f8a3eb29f4f69b44d73db549a3a5f527b54435f396aa745435321834b192ca46
Contents?: true
Size: 301 Bytes
Versions: 5
Compression:
Stored size: 301 Bytes
Contents
Feature: Hello In order to render hello As a CLI I want to do the right thing # Scenario: Phrase is default # When I run `qcmd` # Then the output should contain "hello world" # Scenario: Phrase is given # When I run `qcmd Tomato` # Then the output should contain "Tomato"
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
qcmd-0.1.4 | features/hello.feature |
qcmd-0.1.3 | features/hello.feature |
qcmd-0.1.2 | features/hello.feature |
qcmd-0.1.1 | features/hello.feature |
qcmd-0.1.0 | features/hello.feature |