class RuboCop::Formatter::JUnitFormatter

def classname_attribute_value(file)

def classname_attribute_value(file)
  file.gsub(/\.rb\Z/, '').gsub("#{Dir.pwd}/", '').tr('/', '.')
end