Sha256: 84b52c6594cf181773bb59b1b2959a66ad7d7fe1e92f563fa5bd747f487f9bfb

Contents?: true

Size: 288 Bytes

Versions: 4

Compression:

Stored size: 288 Bytes

Contents

require 'spec_helper'
module Alf
  module Algebra
    describe Restrict do

      let(:operator_class){ Restrict }

      it_should_behave_like("An operator class")

      subject{ a_lispy.restrict(an_operand, lambda{ name < 10 }) }

      it { should be_a(Restrict) }

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