Sha256: d035e8e3dcb7a3cb4fa25ddb26356b1dacc3395ee95649532630d61252e2febc

Contents?: true

Size: 267 Bytes

Versions: 4

Compression:

Stored size: 267 Bytes

Contents

require 'spec_helper'
module Alf
  module Algebra
    describe Union do

      let(:operator_class){ Union }

      it_should_behave_like("An operator class")

      subject{ a_lispy.union(an_operand, an_operand) }

      it { should be_a(Union) }

    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_union.rb
alf-core-0.14.0 spec/unit/alf-algebra/operator/test_union.rb
alf-core-0.13.1 spec/unit/alf-algebra/operator/test_union.rb
alf-core-0.13.0 spec/unit/alf-algebra/operator/test_union.rb