Sha256: fa5818987886fdc4b3490c7171e21ddfa6d39f8ce5c5b94e5a75ebb140a848aa
Contents?: true
Size: 579 Bytes
Versions: 3
Compression:
Stored size: 579 Bytes
Contents
@wip Feature: The version should show up in the banner by default As a developer I should be able to have the current gem version in the banner So I don't have to maintain it in two places And so users can easily see the version from the app itself Scenario Outline: Show the gem version Given I successfully run `methadone tmp/newgem` When I cd to "tmp/newgem" And I successfully run `bin/newgem <flag>` with "lib" in the library path Then the banner should include the version Examples: |flag | |--help | |--version |
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
methadone-0.5.1 | features/version.feature |
methadone-0.4.1 | features/version.feature |
methadone-0.4.0 | features/version.feature |