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

def wrap_with_single_quotes(string)

def wrap_with_single_quotes(string)
  "'#{string}'"
end