Skip to content

Commit

Permalink
improve running test instructions and denote commands with $
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale committed Nov 24, 2018
1 parent 628633c commit c664dde
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 c664dde

Please sign in to comment.