describe Marvin::AST::Float do
  let(:node) do
    Marvin::AST::Float.new(4.0)
  end