class RuboCop::Cop::RSpec::SharedExamples::Checker

def preferred_style

def preferred_style
  string = symbol.to_s.tr('_', ' ')
  wrap_with_single_quotes(string)
end