Sha256: 0fa30db536a7ccc5533f00880a23c4d4a89428e1f6841bcb7108dd9f4093ef6f

Contents?: true

Size: 354 Bytes

Versions: 2

Compression:

Stored size: 354 Bytes

Contents

Feature: config command
  As a Cookbook author  
  I want to quickly generate a Berkshelf config
  So I can easily tell which options are available to me

  Scenario: creating a new config
    Given I do not have a Berkshelf config file
    When I run the config command
    Then I should have a Berkshelf config file
    And the exit status should be 0

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
berkshelf-0.6.0.beta4 features/config_command.feature
berkshelf-0.6.0.beta3 features/config_command.feature