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