projectatomic / vagrant-service-manager

To provide the user a CLI to configure the ADB/CDK for different use cases and to provide glue between ADB/CDK and the user's developer environment.
GNU General Public License v2.0
18 stars 16 forks source link

Add acceptance test for `box version` command #427

Closed coolbrg closed 7 years ago

coolbrg commented 7 years ago

Currently, it looks like acceptance test for box version is missing from box-command.feature file.

Both the following versions of box version need to be tested:

$ vagrant service-manager box version
Container Development Kit (CDK) 2.2

$ vagrant service-manager box version --script-readable
VARIANT="Container Development Kit (CDK)"
VARIANT_ID="cdk"
VARIANT_VERSION="2.2"