Sha256: b1ba84ec8d764d5a192909d5918ab22e3230f90a1e20361d3a76ca44e2bd576d

Contents?: true

Size: 957 Bytes

Versions: 50

Compression:

Stored size: 957 Bytes

Contents

Feature: Usage of cucumber-chef command line tool
  So that I can make use of cucumber-chef functionality
  As a user
  I can do really vague shit

Scenario: Show config
  Given that cucumber-chef is installed
  When I display the config
  Then I should see config settings from knife.rb
  
@invalid_credentials
Scenario: Warn on bad credentials
  Given that cucumber-chef is installed
  But the config file contains invalid credentials
  When I run a cucumber-chef subcommand requiring Opscode and AWS credentials
  Then I should be alerted that my credentials are invalid

Scenario: Create a project
  Given that cucumber-chef is installed
  When I create a project called test_project
  Then a new directory will be created named test_project
  And it will contain directories for features, step_definitions, and support
  And the support directory will contain essential libraries and helper imports 
  And examples and documentation will be included


Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
cucumber-chef-3.0.8 features/usage.feature
cucumber-chef-3.0.7 features/usage.feature
cucumber-chef-3.0.6 features/usage.feature
cucumber-chef-3.0.5 features/usage.feature
cucumber-chef-3.0.4 features/usage.feature
cucumber-chef-3.0.3 features/usage.feature
cucumber-chef-3.0.2 features/usage.feature
cucumber-chef-3.0.1 features/usage.feature
cucumber-chef-3.0.0 features/usage.feature
cucumber-chef-3.0.0.rc.5 features/usage.feature
cucumber-chef-3.0.0.rc.4 features/usage.feature
cucumber-chef-3.0.0.rc.3 features/usage.feature
cucumber-chef-3.0.0.rc.2 features/usage.feature
cucumber-chef-3.0.0.rc.1 features/usage.feature
cucumber-chef-3.0.0.rc.0 features/usage.feature
cucumber-chef-2.1.0.rc.15 features/usage.feature
cucumber-chef-2.1.0.rc.14 features/usage.feature
cucumber-chef-2.1.0.rc.12 features/usage.feature
cucumber-chef-2.1.0.rc.11 features/usage.feature
cucumber-chef-2.1.0.rc.10 features/usage.feature