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

Version Path
archivesspace-client-0.4.1 features/version.feature
archivesspace-client-0.4.0 features/version.feature
archivesspace-client-0.3.0 features/version.feature
archivesspace-client-0.2.0 features/version.feature
archivesspace-client-0.1.12 features/version.feature
archivesspace-client-0.1.11 features/version.feature
archivesspace-client-0.1.10 features/version.feature