mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add RDoc to build. Add --ri-system to RDoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
794e035046
commit
fbae4f97ee
7 changed files with 136 additions and 40 deletions
|
@ -1,3 +1,6 @@
|
|||
require 'test/unit/testcase'
|
||||
require 'test/unit/autorunner'
|
||||
|
||||
# = Test::Unit - Ruby Unit Testing Framework
|
||||
#
|
||||
# == Introduction
|
||||
|
@ -255,12 +258,8 @@
|
|||
# missing points, etc., in this document (or any other).
|
||||
|
||||
|
||||
|
||||
|
||||
require 'test/unit/testcase'
|
||||
require 'test/unit/autorunner'
|
||||
|
||||
module Test
|
||||
# For documentation, see module Test
|
||||
module Unit
|
||||
def self.run=(flag)
|
||||
@run = flag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue