Sha256: dcd1cb57cee55d2693ee70ef9ec8b420a6c8eb09bbb3f1cb2da0863a0b983811
Contents?: true
Size: 824 Bytes
Versions: 1
Compression:
Stored size: 824 Bytes
Contents
# Contributing ## Running tests ### Install prerequisites Install the latest version of [Bundler](http://gembundler.com) $ gem install bundler Clone the project $ git clone git://github.com/RiotGames/berkshelf.git and run: $ cd berkshelf $ bundle install 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
berkshelf-1.1.1 | CONTRIBUTING.md |