We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1688fb0 commit bf2f1d5Copy full SHA for bf2f1d5
lib/docs/scrapers/rdoc/minitest.rb
@@ -1,9 +1,14 @@
1
module Docs
2
class Minitest < Rdoc
3
- # Run "rake docs" in the gem directory
+ # Instructions:
4
+ # 1. Run "gem update rdoc hoe"
5
+ # 2. Download the source code at https://github.com/seattlerb/minitest
6
+ # 3. Run "rake docs" (in the Minitest directory)
7
+ # 4. Copy the "docs" directory to "docs/minitest"
8
+
9
self.name = 'Ruby / Minitest'
10
self.slug = 'minitest'
- self.release = '5.10.3'
11
+ self.release = '5.11.3'
12
self.links = {
13
code: 'https://github.com/seattlerb/minitest'
14
}
0 commit comments