class RSpec::Core::RakeTask
def file_exclusion_specification
def file_exclusion_specification " --exclude-pattern #{exclude_pattern.shellescape}" if exclude_pattern end
def file_exclusion_specification " --exclude-pattern #{exclude_pattern.shellescape}" if exclude_pattern end