class RuboCop::Cop::RSpec::Focus

def with_surrounding(focus)

def with_surrounding(focus)
  range_with_space = range_with_surrounding_space(
    range: focus.loc.expression,
    side: :left
  )
  range_with_surrounding_comma(range_with_space, :left)
end