Sha256: ca8b5b5bd5971c9d890a948648032c55a3a4e27d0d04e34e064c371baa64cafc
Contents?: true
Size: 780 Bytes
Versions: 1
Compression:
Stored size: 780 Bytes
Contents
Feature: berks list Scenario: Running the list command Given the cookbook store has the cookbooks: | fake1 | 1.0.0 | | fake2 | 1.0.1 | Given I have a Berksfile pointing at the local Berkshelf API with: """ cookbook 'fake1', '1.0.0' cookbook 'fake2', '1.0.1' """ When I successfully run `berks list` Then the output should contain: """ Cookbooks installed by your Berksfile: * fake1 (1.0.0) * fake2 (1.0.1) """ Scenario: Running the list command with no sources defined Given I have a Berksfile pointing at the local Berkshelf API When I successfully run `berks list` Then the output should contain: """ There are no cookbooks installed by your Berksfile """
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
berkshelf-3.0.0.beta3 | features/commands/list.feature |