Sha256: 3c5cdcb79f6314815cc4d6d6810b22fc9988ebf0c6ca3281e24c52f1c2dee744

Contents?: true

Size: 1.68 KB

Versions: 5

Compression:

Stored size: 1.68 KB

Contents

@chef @cookbook @step_features
Feature: Listing Cookbook steps
  In order to test automated Chef deployments
  As an administrator
  I want to know what Cookbook steps are available

  Background:
    Given that "cuken/chef" has been required

  Scenario: Common Chef
    Then these steps are defined for "cuken/cucumber/chef/cookbook.rb":
      | step                                                                |
      |a Cookbook path "([^"]*)"                                            |
      |a Cookbooks path "([^"]*)"                                           |
      |I successfully generate all Cookbook metadata                        |
      |I successfully generate Cookbook "([^"]*)" metadata                  |
      |the local Cookbook "([^"]*)" exists                                  |

  Scenario: Local and remote Cookbook repository commands
    Then these steps are defined for "cuken/cucumber/chef/cookbook.rb":
      | step                                                                |
      |I clone the Cookbooks:                                               |
      |I clone the Cookbook "([^"]*)" branch "([^"]*)" to "([^"]*)"         |
      |I clone the remote Cookbook repository branch "([^"]*)" to "([^"]*)" |
      |the local Cookbook repository "([^"]*)"                              |
      |the local Cookbook repository exists                                 |
      |the remote Cookbook repository "([^"]*)"                             |
      |the remote Cookbooks URI "([^"]*)"                                   |
      |these local Cookbooks exist:                                         |
      |these local Site-Cookbooks exist:                                         |

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cuken-0.1.12 features/chef_steps/cookbook_steps.feature
cuken-0.1.11 features/chef_steps/cookbook_steps.feature
cuken-0.1.10 features/chef_steps/cookbook_steps.feature
cuken-0.1.9 features/chef_steps/cookbook_steps.feature
cuken-0.1.8 features/chef_steps/cookbook_steps.feature