Skip to content

Instantly share code, notes, and snippets.

@mmarschall
Created February 4, 2014 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmarschall/8811349 to your computer and use it in GitHub Desktop.
Save mmarschall/8811349 to your computer and use it in GitHub Desktop.
* Initializing Cookbook
* Initializing Berkshelf
* Initializing Vagranfile
* Initializing Strainer
* Initializing Knife
* Initializing Rubocop
* Initializing Food Critic
* Initializing Chef Spec
Creating ./cookbooks/my_cookbook/test/unit/spec/spec_helper.rb
Creating ./cookbooks/my_cookbook/test/unit/spec/default_spec.rb
Append Gemfile
* Initializing Server Specope
Creating ./cookbooks/my_cookbook/test/integration/default/serverspec/spec_helper.rb
Creating ./cookbooks/my_cookbook/test/integration/default/serverspec/default_spec.rb
Append Gemfile
* Initializing Test Kitchen
…TRUNCATED_OUTPUT…
You must run `bundle install' to fetch any new gems.
Cookbook my_cookbook created successfully
Next steps...
$ cd ./cookbooks/my_cookbook
$ bundle install
$ bundle exec berks install
$ bundle exec strainer test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment