Sha256: 497510fa0632a5012d382c918331e87e05833b151dcaf953172b6d47d5b195fc
Contents?: true
Size: 581 Bytes
Versions: 12
Compression:
Stored size: 581 Bytes
Contents
Feature: update As a user I want a way to update the versions without clearing out the files I've downloaded So that I can update faster than a clean install Scenario: knife berkshelf update Given I write to "Berksfile" with: """ cookbook "artifact", "0.10.0" """ Given I write to "Berksfile.lock" with: """ cookbook 'artifact', :locked_version => '0.0.1' """ When I run the update command Then the file "Berksfile.lock" should contain exactly: """ cookbook 'artifact', :locked_version => '0.10.0' """
Version data entries
12 entries across 12 versions & 1 rubygems