Sha256: ba2a34fdb6f42a88ff0be768897f3cdc2df8f7a4cd914aaeeff56989eda5831b

Contents?: true

Size: 688 Bytes

Versions: 11

Compression:

Stored size: 688 Bytes

Contents

Feature: We can build boxes

  Scenario: It will error without a name
    When I run `boxes build --template=ubuntu/trusty64 --provider=vmware`
    Then the output should contain "[!] A name is required!"
    And the exit status should be 1

  Scenario: It will error without a provider
    When I run `boxes build --name=trusty64-standard --template=ubuntu/trusty64`
    Then the output should contain "[!] A provider is required!"
    And the exit status should be 1

  Scenario: It will error without a template
    When I run `boxes build --name=trusty64-standard --provider=vmware`
    Then the output should contain "[!] A template is required!"
    And the exit status should be 1

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
boxes-2.5.0 features/build.feature
boxes-2.4.0 features/build.feature
bitswarmbox-1.0.0.pre18 features/build.feature
bitswarmbox-1.0.0.pre16 features/build.feature
boxes-2.3.0 features/build.feature
boxes-2.2.0 features/build.feature
boxes-2.1.1 features/build.feature
boxes-2.1.0 features/build.feature
boxes-2.0.2 features/build.feature
boxes-2.0.1 features/build.feature
boxes-2.0.0 features/build.feature