Sha256: 4e579dbd749b245d085b4337ab23e6d93208ba252c36ea9964108855b6f5a64e

Contents?: true

Size: 682 Bytes

Versions: 1

Compression:

Stored size: 682 Bytes

Contents

# <%= cookbook_name %> cookbook

# Requirements
  Compatible with Scientific linux 6.

# Usage

# Attributes

# Recipes

# Running test(unit and integration test)
  + Run chefspec, foodcritic and rubocop using strainer:

        bundle install
        bundle exec strainer test

  + Start Vagrant using test kitchen:

        bundle install
        bundle install kitchen create

  + Set up chef on the vagrant and run the chef:

        bundle install kitchen converge

  + Running serverspec on Vagrant

        bundle exec kitchen verify

  + Destroy the Vagrant after the test

        bundle exec kitchen destroy

  + For CI purpose

        bundle exec kitchen test

# Author

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
teststrap-1.3.0 generator_files/README.md