README.md in berkshelf-0.3.7 vs README.md in berkshelf-0.4.0.rc1
- old
+ new
@@ -1,6 +1,7 @@
# Berkshelf
+[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/RiotGames/berkshelf)
Manage a Cookbook or an Application's Cookbook dependencies
## Installation
@@ -31,10 +32,17 @@
Bundler will install all gems and their dependencies required for testing and developing.
### Running unit (RSpec) and acceptance (Cucumber) tests
+Simply copy the `spec/knife.rb.sample` to `spec/knife.rb`, and point it at a
+chef server. Berkshelf tests may upload and destroy cookbooks on your chef
+server, so be sure to configure a server safe for this task.
+
$ bundle exec guard start
+
+See [here](https://github.com/tdegrunt/vagrant-chef-server-bootstrap) for a
+quick way to get a testing chef server up.
# Authors and Contributors
* Josiah Kiehl (<josiah@skirmisher.net>)
* Jamie Winsor (<jamie@vialstudios.com>)