Skip to content

Commit c664dde

Browse files
author
Colby Swandale
committed
improve running test instructions and denote commands with $
1 parent 628633c commit c664dde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.rdoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ If you wish to run the unit and functional tests that come with Rake:
1212
* +cd+ into the top project directory of rake.
1313
* Install gem dependency using bundler:
1414

15-
bundle install # Install bundler, minitest and rdoc
15+
$ bundle install # Install bundler, minitest and rdoc
1616

17-
* Type one of the following:
17+
* Run the test suite
1818

19-
rake # If you have run rake's tests
19+
$ rake
2020

2121
= Rubocop
2222

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

26-
./bin/rubocop
26+
$ ./bin/rubocop
2727

2828
= Issues and Bug Reports
2929

0 commit comments

Comments
 (0)