Sha256: 05ae5defee8e46bfab13888346904273202bf824e7fb09fad9c793210b828cd0

Contents?: true

Size: 266 Bytes

Versions: 4

Compression:

Stored size: 266 Bytes

Contents

require 'spec_helper'
module Alf
  module Algebra
    describe Minus do

      let(:operator_class){ Minus }

      it_should_behave_like("An operator class")

      subject{ a_lispy.minus(an_operand, an_operand) }

      it{ should be_a(Minus) }

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alf-core-0.15.0 spec/unit/alf-algebra/operator/test_minus.rb
alf-core-0.14.0 spec/unit/alf-algebra/operator/test_minus.rb
alf-core-0.13.1 spec/unit/alf-algebra/operator/test_minus.rb
alf-core-0.13.0 spec/unit/alf-algebra/operator/test_minus.rb