Sha256: eb4a13dd786e61d0b100c3d29cc739063d59bbf5184dd1e1c0fab9b6659f6551

Contents?: true

Size: 455 Bytes

Versions: 8

Compression:

Stored size: 455 Bytes

Contents

Feature: Version of Apiary client

  Scenario: Print the semantic version of Apiary client

    # Note the output should be a semantic version (semver.org)
    # The matching regex was taken from https://github.com/isaacs/node-semver/issues/32#issue-15023919

    When I run `apiary version`
    Then the output should match /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
    And the exit status should be 0

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
apiaryio-0.3.1 features/version.feature
apiaryio-0.3.0 features/version.feature
apiaryio-0.2.5 features/version.feature
apiaryio-0.2.4 features/version.feature
apiaryio-0.2.3 features/version.feature
apiaryio-0.2.2 features/version.feature
apiaryio-0.2.1 features/version.feature
apiaryio-0.2.0 features/version.feature