Sha256: 6fad7894567905fb13fea2641337ae0872f8e9b1ad9d5affd523768f5f535f55
Contents?: true
Size: 610 Bytes
Versions: 3
Compression:
Stored size: 610 Bytes
Contents
Feature: Dev Background: * the Stove config is empty * the CLI options are all off * I have a cookbook named "bacon" at version "1.0.0" Scenario: In isolation * I successfully run `bake --dev` * the file "metadata.rb" should contain "1.0.1" Scenario: With bump * I successfully run `bake 2.0.0 --bump --dev` * the file "metadata.rb" should contain "2.0.1" Scenario: With the git plugin * I have a cookbook named "bacon" with git support * I successfully run `bake --dev --git` * the git remote should have the commit "Version bump to 0.0.1 (for development)"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stove-2.0.0 | features/actions/dev.feature |
stove-2.0.0.beta.2 | features/actions/dev.feature |
stove-2.0.0.beta.1 | features/actions/dev.feature |