class RSpec::Core::RakeTask
def has_files?
def has_files? empty = files_to_run.empty? puts "No examples matching #{pattern} could be found" if empty not empty end
def has_files? empty = files_to_run.empty? puts "No examples matching #{pattern} could be found" if empty not empty end