From d5ecc31f46d37f0ebaa675c05ec618328a1075dc Mon Sep 17 00:00:00 2001 From: Wade Alcorn Date: Mon, 16 Jan 2012 23:09:54 +1000 Subject: [PATCH] Removed test-unit warning --- test/common/ts_common.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/test/common/ts_common.rb b/test/common/ts_common.rb index 25ebc2b03..ce9d26596 100644 --- a/test/common/ts_common.rb +++ b/test/common/ts_common.rb @@ -22,10 +22,11 @@ if RUBY_VERSION < '1.9' exit end -begin - require 'test/unit/ui/console/testrunner' -rescue LoadError - puts "The following instruction failed: require 'test/unit/ui/console/testrunner'" - puts "Please run: sudo gem install test-unit-full" - exit -end +#begin +# require 'test/unit/ui/console/testrunner' +#rescue LoadError +# puts "The following instruction failed: require 'test/unit/ui/console/testrunner'" +# puts "Please run: sudo gem install test-unit-full" +# exit +#end +