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