# File lib/test/unit/collector/load.rb, line 31 def default_test_paths=(paths) @default_test_paths = paths.collect do |path| Pathname(path) end end