Sha256: 5a058fcf68b81bf74b66e68ce0b501e42470e4ff7c5177a9072c51b5b5be7a18
Contents?: true
Size: 615 Bytes
Versions: 2
Compression:
Stored size: 615 Bytes
Contents
Feature: Changelog Background: * the CLI options are all off * I have a cookbook named "bacon" Scenario: --no-changelog * I successfully run `bake 1.0.0 --no-changelog` Scenario: --changelog * the environment variable EDITOR is "cat" * I successfully run `bake 1.0.0 --changelog` * the file "CHANGELOG.md" should contain: """ v1.0.0 ------ _Enter CHANGELOG for bacon (1.0.0) here_ """ Scenario: bad $EDITOR * the environment variable EDITOR is "not-a-real-shell-command" * I run `bake 1.0.0 --changelog` * the exit status will be "Error"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stove-1.1.2 | features/changelog.feature |
stove-1.1.0 | features/changelog.feature |