From 42e4a293814e124ba6baa4fe0598ab61d1265e7b Mon Sep 17 00:00:00 2001 From: Bren Briggs Date: Tue, 11 Oct 2016 09:46:30 -0400 Subject: modulesync 0.13.0 --- .github/CONTRIBUTING.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.github/CONTRIBUTING.md') diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5b09ea6..e61f265 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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 @@ -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 -- cgit v1.2.3