features/vendor_install.feature in berkshelf-1.4.6 vs features/vendor_install.feature in berkshelf-2.0.0.beta

- old
+ new

@@ -5,15 +5,15 @@ Scenario: default Given I write to "Berksfile" with: """ site :opscode - cookbook "artifact", "0.10.0" + cookbook 'berkshelf-cookbook-fixture', '1.0.0' """ When I run the install command with flags: | --path vendor/cookbooks | Then the cookbook store should have the cookbooks: - | artifact | 0.10.0 | + | berkshelf-cookbook-fixture | 1.0.0 | Then the following directories should exist: | vendor/cookbooks | - | vendor/cookbooks/artifact | + | vendor/cookbooks/berkshelf-cookbook-fixture | And the exit status should be 0