Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 454 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 454 Bytes

Contributing

Running tests

Install prerequisites

Install the latest version of Bundler

$ gem install bundler

Clone the project

$ git clone git://github.com/berkshelf/buff-config.git

and run:

$ cd buff-config
$ bundle install

Bundler will install all gems and their dependencies required for testing and developing.

Running unit (RSpec) tests

$ bundle exec guard start