Sha256: 77941272c71be8b4b9fec81bb395a7687fb5bc51a0996ce895353b34cdb4653f
Contents?: true
Size: 435 Bytes
Versions: 7
Compression:
Stored size: 435 Bytes
Contents
Feature: Version Scenario: Output with 'v' When I run `asclient v` Then the output should match /^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)$/ Scenario: Output with -v When I run `asclient -v` Then the output should match /^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)$/ Scenario: Output with --version When I run `asclient --version` Then the output should match /^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)$/
Version data entries
7 entries across 7 versions & 1 rubygems