module RuboCop::Cop::RSpec::FileHelp

def expanded_file_path

def expanded_file_path
  File.expand_path(processed_source.file_path)
end