Removed test-unit warning

This commit is contained in:
Wade Alcorn
2012-01-16 23:09:54 +10:00
parent 24af6ebc7c
commit d5ecc31f46

View File

@@ -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