Sha256: b18c71b2c0907b89c81d439160bdf4866e867f77ab35cfdc14f49f5a17307cc3

Contents?: true

Size: 283 Bytes

Versions: 4

Compression:

Stored size: 283 Bytes

Contents

require 'spec_helper'
module Alf
  module Algebra
    describe Intersect do

      let(:operator_class){ Intersect }

      it_should_behave_like("An operator class")

      subject{ a_lispy.intersect(an_operand, an_operand) }

      it { should be_a(Intersect) }

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