features/commands/contingent.feature in berkshelf-3.0.0.beta4 vs features/commands/contingent.feature in berkshelf-3.0.0.beta5
- old
+ new
@@ -2,11 +2,10 @@
Background:
* the Berkshelf API server's cache is empty
* the Chef Server is empty
* the cookbook store is empty
-
Scenario: When there are dependent cookbooks
Given the cookbook store has the cookbooks:
| dep | 1.0.0 |
And the cookbook store contains a cookbook "fake" "1.0.0" with dependencies:
| dep | ~> 1.0.0 |
@@ -23,11 +22,10 @@
Cookbooks in this Berksfile contingent upon dep:
* ekaf (1.0.0)
* fake (1.0.0)
"""
-
Scenario: When there are no dependent cookbooks
Given the cookbook store has the cookbooks:
| fake | 1.0.0 |
And I have a Berksfile pointing at the local Berkshelf API with:
"""
@@ -36,10 +34,9 @@
And I successfully run `berks contingent dep`
Then the output should contain:
"""
There are no cookbooks contingent upon 'dep' defined in this Berksfile
"""
-
Scenario: When the cookbook is not in the Berksfile
Given I have a Berksfile pointing at the local Berkshelf API
And I successfully run `berks contingent dep`
Then the output should contain: