mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Move RDoc comments for Test::Unit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f9da3539ed
commit
1c1a61a436
2 changed files with 263 additions and 259 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Mar 5 00:51:35 2004 Dave Thomas <dave@pragprog.com>
|
||||
|
||||
* lib/test/unit.rb: MOve RDoc documentation so that you can
|
||||
now say 'ri Test::Unit'
|
||||
|
||||
Thu Mar 4 22:31:40 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* Makefile.in: miniruby is not needed for cross compile.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
require 'test/unit/testcase'
|
||||
require 'test/unit/autorunner'
|
||||
|
||||
module Test # :nodoc:
|
||||
#
|
||||
# = Test::Unit - Ruby Unit Testing Framework
|
||||
#
|
||||
|
@ -256,11 +260,6 @@
|
|||
# missing points, etc., in this document (or any other).
|
||||
#
|
||||
|
||||
require 'test/unit/testcase'
|
||||
require 'test/unit/autorunner'
|
||||
|
||||
module Test # :nodoc:
|
||||
# For documentation, see file test/unit.rb.
|
||||
module Unit
|
||||
def self.run=(flag)
|
||||
@run = flag
|
||||
|
|
Loading…
Reference in a new issue