class RuboCop::Cop::RSpec::SpecFilePathSuffix

def correct_path?

def correct_path?
  expanded_file_path.end_with?('_spec.rb')
end