CONTRIBUTING.md in berkshelf-1.4.5 vs CONTRIBUTING.md in berkshelf-1.4.6

- old
+ new

@@ -32,12 +32,10 @@ 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. +We use Chef Zero - an in-memory Chef Server for running tests. It is automatically managed by the Specs and Cukes. Simply run: $ 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.