Sha256: c852b1e5b00a7d51c27575d84b17061a4bac3917d04dfc344829be4cfb41c3ec

Contents?: true

Size: 289 Bytes

Versions: 4

Compression:

Stored size: 289 Bytes

Contents

require 'spec_helper'
module Alf
  module Algebra
    describe Extend do

      let(:operator_class){ Extend }

      it_should_behave_like("An operator class")

      subject{ a_lispy.extend(an_operand, :big => lambda{ tested > 10 }) }

      it{ should be_a(Extend) }

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