From 30b14ec98d23ca4d7797d7c86a1d67078e13b5f2 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 13 Jan 2004 05:27:24 +0000 Subject: * lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities): moved run method which allows output level. [ruby-dev:22554] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/test/unit/ui/console/testrunner.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/test/unit/ui/console') diff --git a/lib/test/unit/ui/console/testrunner.rb b/lib/test/unit/ui/console/testrunner.rb index 761777195..f20ae9775 100644 --- a/lib/test/unit/ui/console/testrunner.rb +++ b/lib/test/unit/ui/console/testrunner.rb @@ -15,11 +15,6 @@ module Test # Runs a Test::Unit::TestSuite on the console. class TestRunner extend TestRunnerUtilities - - # Creates a new TestRunner and runs the suite. - def self.run(suite, output_level=NORMAL) - return new(suite, output_level).start - end # Creates a new TestRunner for running the passed # suite. If quiet_mode is true, the output while -- cgit