mirror of https://github.com/freeCodeCamp/devdocs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
462 B
19 lines
462 B
10 years ago
|
module Docs
|
||
|
class Minitest < Rdoc
|
||
|
self.name = 'Ruby / Minitest'
|
||
|
self.slug = 'minitest'
|
||
|
self.version = '5.5.1'
|
||
|
self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Minitest'
|
||
|
|
||
|
html_filters.replace 'rdoc/entries', 'minitest/entries'
|
||
|
|
||
|
options[:root_title] = 'Minitest'
|
||
|
options[:only_patterns] = [/\AMinitest/]
|
||
|
|
||
|
options[:attribution] = <<-HTML
|
||
|
© Ryan Davis, seattle.rb<br>
|
||
|
Licensed under the MIT License.
|
||
|
HTML
|
||
|
end
|
||
|
end
|