class RuboCop::Cop::RSpec::SharedExamples::SymbolChecker

def preferred_style

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