class Test::Unit::AutoRunner

def global_config_file

def global_config_file
  File.expand_path("~/.test-unit.yml")
rescue ArgumentError
  nil
end