Sha256: d7c869843a49b0194b15bd1bb99e30e2857df2410ea3b39f53fad75f814d9957

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.0.0)
      berkshelf-api-server (2.0.0)
      berkshelf-cookbook-fixture (1.0.0)
      """

Version data entries

1 entries across 1 versions & 1 rubygems

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