Skip to content

Commit

Permalink
Merge pull request #295 from colby-swandale/colby/improve-contributin…
Browse files Browse the repository at this point in the history
…g-doc

Improve running test instructions and denote commands with `$`
  • Loading branch information
hsbt committed Nov 25, 2018
2 parents 628633c + c664dde commit f99d513
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.rdoc
Expand Up @@ -12,18 +12,18 @@ If you wish to run the unit and functional tests that come with Rake:
* +cd+ into the top project directory of rake.
* Install gem dependency using bundler:

bundle install # Install bundler, minitest and rdoc
$ bundle install # Install bundler, minitest and rdoc

* Type one of the following:
* Run the test suite

rake # If you have run rake's tests
$ rake

= Rubocop

Rake uses Rubocop to enforce a consistent style on new changes being
proposed. You can check your code with Rubocop using:

./bin/rubocop
$ ./bin/rubocop

= Issues and Bug Reports

Expand Down

0 comments on commit f99d513

Please sign in to comment.