module RuboCop::Cop::RSpec::CommentsHelp

def begin_pos_with_comment(node)

def begin_pos_with_comment(node)
  first_comment = processed_source.ast_with_comments[node].first
  start_line_position(first_comment || node)
end