class RuboCop::Cop::RSpec::SharedExamples::StringChecker

def preferred_style

def preferred_style
  "'#{node.value.to_s.tr('_', ' ')}'"
end