Sha256: ef67d1fe4e4bd29064c275f4398f16e835d9a42c64fc55184e7fbc07c92315e2
Contents?: true
Size: 370 Bytes
Versions: 3
Compression:
Stored size: 370 Bytes
Contents
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[version] # Publish this cookbook """
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stove-2.0.0 | features/rake.feature |
stove-2.0.0.beta.2 | features/rake.feature |
stove-2.0.0.beta.1 | features/rake.feature |