Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 463 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (13 loc) · 463 Bytes

Contributing

Running tests

Install prerequisites

Install the latest version of Bundler

$ gem install bundler

Clone the project

$ git clone git://github.com/RiotGames/motherbrain.git

and run:

$ cd motherbrain
$ bundle install

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

Running unit (RSpec) and acceptance (Cucumber) tests

$ bundle exec guard start