summaryrefslogtreecommitdiff
path: root/lib/test/unit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/test/unit.rb')
-rw-r--r--lib/test/unit.rb11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/test/unit.rb b/lib/test/unit.rb
index a784359136..abc375c37e 100644
--- a/lib/test/unit.rb
+++ b/lib/test/unit.rb
@@ -1,6 +1,4 @@
-require 'test/unit/testcase'
-require 'test/unit/autorunner'
-
+#
# = Test::Unit - Ruby Unit Testing Framework
#
# == Introduction
@@ -256,10 +254,13 @@ require 'test/unit/autorunner'
# I'd really like to get feedback from all levels of Ruby
# practitioners about typos, grammatical errors, unclear statements,
# 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 Test # :nodoc:
+ # For documentation, see file test/unit.rb.
module Unit
def self.run=(flag)
@run = flag