Sha256: 0b9951c6a427815dd6c6e0b3ce6022526834e9ab896ecff3154a5fe6bcf497cf

Contents?: true

Size: 490 Bytes

Versions: 1

Compression:

Stored size: 490 Bytes

Contents

Feature: berks search
  Scenario: Searching for a cookbook by name
    * I successfully run `berks search berkshelf-cookbook-fixture`
    * the output should contain:
      """
      berkshelf-cookbook-fixture (1.0.0)
      """

  Scenario: Searching for a cookbook by partial name
    * I successfully run `berks search berkshelf-`
    * the output should contain:
      """
      berkshelf-api (1.2.2)
      berkshelf-api-server (2.2.0)
      berkshelf-cookbook-fixture (1.0.0)
      """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
berkshelf-5.0.0 features/commands/search.feature