Sha256: e536047ec6495c9cceb7650be60878ef95e63c733ef10cd6c33e9c63db9ebc76

Contents?: true

Size: 368 Bytes

Versions: 2

Compression:

Stored size: 368 Bytes

Contents

@spawn
Feature: Rake Task
  Background:
    * I have a cookbook named "bacon"

  Scenario: Using rake to publish a cookbook
    * I write to "Rakefile" with:
      """
      require 'stove/rake_task'
      Stove::RakeTask.new
      """
    * I successfully run `rake -T`
    * the output should contain:
      """
      rake publish  # Publish this cookbook
      """

Version data entries

2 entries across 2 versions & 1 rubygems

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