Sha256: 0546be047f157d0e20895d4e21648f0a1357a746e4f56e5526cdfac5fbf7777b
Contents?: true
Size: 830 Bytes
Versions: 1
Compression:
Stored size: 830 Bytes
Contents
Feature: Community Background: * I have a cookbook named "bacon" * I am using the community server Scenario: When the username does not exist * the Stove config at "username" is unset * I run `stove --no-git` * it should fail with "requires a username" Scenario: When the key does not exist * the Stove config at "key" is unset * I run `stove --no-git` * it should fail with "requires a private key" Scenario: When the category does not exist * I run `stove --no-git` * it should fail with "You did not specify a category" Scenario: With the default parameters * the community server has the cookbook: | bacon | 1.2.3 | Application | * I successfully run `stove --no-git` * the community server will have the cookbooks: | bacon | 0.0.0 | Application |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stove-3.0.0 | features/plugins/community.feature |