features/upload_command.feature in berkshelf-1.2.1 vs features/upload_command.feature in berkshelf-1.3.0.rc1

- old
+ new

@@ -26,10 +26,11 @@ @chef_server @slow_process Scenario: running the upload command when the Sources in the Berksfile have not been installed Given I write to "Berksfile" with: """ cookbook "mysql", "1.2.4" + cookbook "openssl", "= 1.0.0" """ And the Chef server does not have the cookbooks: | mysql | 1.2.4 | | openssl | 1.0.0 | When I run the upload command @@ -74,9 +75,10 @@ Scenario: Running the upload command for a single cookbook Given I write to "Berksfile" with: """ cookbook "build-essential", "1.2.0" cookbook "mysql", "1.2.4" + cookbook "openssl", "= 1.0.0" """ And I successfully run `berks install` And the Chef server does not have the cookbooks: | mysql | 1.2.4 | | openssl | 1.0.0 |