class RuboCop::RSpec::Corrector::MoveNode

def move_after(other)

def move_after(other)
  position = end_line_position(other)
  corrector.insert_after(position, "\n#{source(original)}")
  corrector.remove(node_range_with_surrounding_space(original))
end