Sha256: a939e790783bcc9fe9888eb664d6b5cd04cba5c148563f08fbb6f6e3a644116d
Contents?: true
Size: 487 Bytes
Versions: 65
Compression:
Stored size: 487 Bytes
Contents
@api_server Feature: berks package Background: * the cookbook store has the cookbooks: | fake | 1.0.0 | Scenario: When no options are passed Given I have a Berksfile pointing at the local Berkshelf API with: """ cookbook 'fake', '~> 1.0.0' """ When I successfully run `berks package my-cookbooks.tar.gz` Then a file named "my-cookbooks.tar.gz" should exist And the output should contain: """ Cookbook(s) packaged to """
Version data entries
65 entries across 65 versions & 1 rubygems