Skip to content

Commit

Permalink
Merge pull request #232 from wyardley/master
Browse files Browse the repository at this point in the history
add a note about rubocop checks, since they're enforced
  • Loading branch information
bastelfreak authored Oct 8, 2016
2 parents 1e32d45 + 48f4aca commit 98483c6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions moduleroot/.github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ check various syntax and style things. You can run these locally with:
bundle exec rake lint
bundle exec rake validate

It will also run some [Rubocop](http://batsov.com/rubocop/) tests
against it. You can run those locally ahead of time with:

bundle exec rake rubocop

## Running the unit tests

The unit test suite covers most of the code, as mentioned above please
Expand Down Expand Up @@ -85,9 +90,9 @@ with:
bundle exec rake acceptance

This will run the tests on an Ubuntu 12.04 virtual machine. You can also
run the integration tests against Centos 6.5 with.
run the integration tests against Centos 6.6 with.

BEAKER_set=centos-64-x64 bundle exec rake acceptances
BEAKER_set=centos-66-x64 bundle exec rake acceptances

If you don't want to have to recreate the virtual machine every time you
can use `BEAKER_DESTROY=no` and `BEAKER_PROVISION=no`. On the first run you will
Expand Down

0 comments on commit 98483c6

Please sign in to comment.