Sha256: b862fe7c951e3efee6a550edac89a8107eea22ad98bdf28f73ae4d0262f8bf49

Contents?: true

Size: 264 Bytes

Versions: 2

Compression:

Stored size: 264 Bytes

Contents

Feature: Cli
  Background:
    * I have a cookbook named "bacon"

  Scenario: no version
    * I run `bake`
    * the exit status will be "InvalidVersionError"

  Scenario: invalid version
    * I run `bake 1.2`
    * the exit status will be "InvalidVersionError"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stove-1.1.2 features/cli.feature
stove-1.1.0 features/cli.feature