class Rake::TestTask

def file_list_string

def file_list_string
  file_list.collect { |fn| "\"#{fn}\"" }.join(' ')
end