We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$
1 parent 628633c commit c664ddeCopy full SHA for c664dde
CONTRIBUTING.rdoc
@@ -12,18 +12,18 @@ If you wish to run the unit and functional tests that come with Rake:
12
* +cd+ into the top project directory of rake.
13
* Install gem dependency using bundler:
14
15
- bundle install # Install bundler, minitest and rdoc
+ $ bundle install # Install bundler, minitest and rdoc
16
17
-* Type one of the following:
+* Run the test suite
18
19
- rake # If you have run rake's tests
+ $ rake
20
21
= Rubocop
22
23
Rake uses Rubocop to enforce a consistent style on new changes being
24
proposed. You can check your code with Rubocop using:
25
26
- ./bin/rubocop
+ $ ./bin/rubocop
27
28
= Issues and Bug Reports
29
0 commit comments