class Rake::TestTask

def file_list_string # :nodoc:

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