Sha256: 53dbe1f88c10d64a4fe590907fcb6792f32fae37c9d293be2c3ccc776b8acf4d

Contents?: true

Size: 628 Bytes

Versions: 12

Compression:

Stored size: 628 Bytes

Contents

Feature: Berksfile.lock
  As a user
  I want my versions to be locked even when I don't specify versions in my Berksfile 
  So when I share my repository, all other developers get the same versions that I did when I installed.

  @slow_process
  Scenario: Writing the Berksfile.lock
    Given I write to "Berksfile" with:
      """
      cookbook 'ntp', '1.1.8'
      """
    When I run the install command
    Then a file named "Berksfile.lock" should exist in the current directory
    And the file "Berksfile.lock" should contain in the current directory:
      """
      cookbook 'ntp', :locked_version => '1.1.8'
      """

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
berkshelf-1.0.0.rc1 features/lockfile.feature
berkshelf-0.6.0.beta4 features/lockfile.feature
berkshelf-0.6.0.beta3 features/lockfile.feature
berkshelf-0.6.0.beta2 features/lockfile.feature
berkshelf-0.5.1 features/lockfile.feature
berkshelf-0.6.0.beta1 features/lockfile.feature
berkshelf-0.5.0 features/lockfile.feature
berkshelf-0.5.0.rc4 features/lockfile.feature
berkshelf-0.5.0.rc3 features/lockfile.feature
berkshelf-0.5.0.rc2 features/lockfile.feature
berkshelf-0.5.0.rc1 features/lockfile.feature
berkshelf-0.4.0 features/lockfile.feature