We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d05c0ab + 7298e36 commit 11be647Copy full SHA for 11be647
1 file changed
CONTRIBUTING.rdoc
@@ -10,10 +10,14 @@ http://github.com/ruby/rake . The public git clone URL is
10
If you wish to run the unit and functional tests that come with Rake:
11
12
* +cd+ into the top project directory of rake.
13
+* Install the +hoe+ gem dependency:
14
+
15
+ gem install hoe # Unless the hoe gem is already installed
16
17
* Type one of the following:
18
- rake newb # If you have never run rake's tests
- rake # If you have run rake's tests
19
+ rake newb # If you have never run rake's tests
20
+ rake # If you have run rake's tests
21
22
= Issues and Bug Reports
23
0 commit comments