Sha256: dbe47968a0c293997068f6b35fdac773240cb1e6e249b5c6b38fda524539722d

Contents?: true

Size: 274 Bytes

Versions: 11

Compression:

Stored size: 274 Bytes

Contents

Feature: We can return the boxes help

  Scenario: A successful response
    When I run `boxes --help`
    Then the output should contain "$ boxes"
    Then the output should contain "Usage:"
    Then the output should contain "Options:"
    And the exit status should be 0

Version data entries

11 entries across 11 versions & 2 rubygems

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