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}"] }
  end
end