Sha256: 98e2d8c19100fab5100abf2fb803732f55e3f9bad75c13a7033d700daa8e76e0

Contents?: true

Size: 627 Bytes

Versions: 26

Compression:

Stored size: 627 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

26 entries across 26 versions & 1 rubygems

Version Path
berkshelf-1.4.6 features/lockfile.feature
berkshelf-1.4.5 features/lockfile.feature
berkshelf-1.4.4 features/lockfile.feature
berkshelf-1.4.3 features/lockfile.feature
berkshelf-1.4.2 features/lockfile.feature
berkshelf-1.4.1 features/lockfile.feature
berkshelf-1.4.0 features/lockfile.feature
berkshelf-1.4.0.rc1 features/lockfile.feature
berkshelf-1.3.1 features/lockfile.feature
berkshelf-1.3.0.rc1 features/lockfile.feature
berkshelf-1.2.1 features/lockfile.feature
berkshelf-1.2.0.rc1 features/lockfile.feature
berkshelf-1.1.6 features/lockfile.feature
berkshelf-1.1.5 features/lockfile.feature
berkshelf-1.1.4 features/lockfile.feature
berkshelf-1.1.3 features/lockfile.feature
berkshelf-1.1.2 features/lockfile.feature
berkshelf-1.1.1 features/lockfile.feature
berkshelf-1.1.0 features/lockfile.feature
berkshelf-1.1.0.rc1 features/lockfile.feature