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

Version Path
berkshelf-7.0.7 features/commands/package.feature
berkshelf-6.3.4 features/commands/package.feature
berkshelf-7.0.6 features/commands/package.feature
berkshelf-7.0.5 features/commands/package.feature
berkshelf-6.3.3 features/commands/package.feature
berkshelf-7.0.4 features/commands/package.feature
berkshelf-7.0.3 features/commands/package.feature
berkshelf-7.0.2 features/commands/package.feature
berkshelf-7.0.1 features/commands/package.feature
berkshelf-7.0.0 features/commands/package.feature
berkshelf-6.3.2 features/commands/package.feature
berkshelf-6.3.1 features/commands/package.feature
berkshelf-6.3.0 features/commands/package.feature
berkshelf-6.2.2 features/commands/package.feature
berkshelf-6.2.1 features/commands/package.feature
berkshelf-6.2.0 features/commands/package.feature
berkshelf-6.1.1 features/commands/package.feature
berkshelf-6.1.0 features/commands/package.feature
berkshelf-6.0.1 features/commands/package.feature
berkshelf-6.0.0 features/commands/package.feature