class RuboCop::Cop::RSpec::Focus

def with_surrounding(focus)

def with_surrounding(focus)
  range_with_space =
    range_with_surrounding_space(focus.source_range, side: :left)
  range_with_surrounding_comma(range_with_space, :left)
end