Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 337 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 337 Bytes

Testing

Prerequisites

Docker and ruby need to be installed on the local machine.

Running Tests

After cloning the repository the testing environment should be set up on the local machine:

$ bundle install --path=.bundle
$ bundle exec rake
$ bundle exec rake lint
$ bundle exec rake spec
$ bundle exec rake beaker