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