Sha256: 489d0974aae44f219e7baec6dcf76d0b3cd15e7221b24be0d76ed02a7c8afba9
Contents?: true
Size: 608 Bytes
Versions: 20
Compression:
Stored size: 608 Bytes
Contents
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 my app's name is "newgem" And 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
20 entries across 20 versions & 2 rubygems