describe Marvin::AST::Division do
  let(:node) do
    Marvin::AST::Division.new(
      Marvin::AST::Integer.new(4),
      Marvin::AST::Integer.new(4)