From b3efcdcb7a48f46a71bc2648bfdd15dbe5f65cf4 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 22 Aug 2009 03:08:50 +0000 Subject: * lib/test/unit.rb (Test::Unit.run=, Test::Unit.run?): fixed rdoc. [ruby-core:25034] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/test/unit.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/test/unit.rb b/lib/test/unit.rb index ca68424b30..fdf786be18 100644 --- a/lib/test/unit.rb +++ b/lib/test/unit.rb @@ -261,12 +261,13 @@ module Test # :nodoc: # module Unit - # If set to false Test::Unit will not automatically run at exit. + # Set true when Test::Unit has run. If set to true Test::Unit + # will not automatically run at exit. def self.run=(flag) @run = flag end - # Automatically run tests at exit? + # Already tests have run? def self.run? @run ||= false end -- cgit v1.2.3