# File lib/rspec/core/rake_task.rb, line 140
      def has_files?
        empty = files_to_run.empty?
        puts "No examples matching #{pattern} could be found" if empty
        not empty
      end