class RSpec::Core::RakeTask

def files_to_run # :nodoc:

:nodoc:
def files_to_run # :nodoc:
  if ENV['SPEC']
    FileList[ ENV['SPEC'] ]
  else
    FileList[ pattern ].map { |f| f.gsub(/"/, '\"').gsub(/'/, "\\\\'") }
  end
end