Sha256: 7c01eaac5bcb529c1abbe31331c11975bd0d5dfade84633da15608e734b60d7c

Contents?: true

Size: 263 Bytes

Versions: 4

Compression:

Stored size: 263 Bytes

Contents

require 'spec_helper'
module Alf
  module Algebra
    describe Compact do

      let(:operator_class){ Compact }

      it_should_behave_like("An operator class")

      subject{ a_lispy.compact(an_operand) }

      it { should be_a(Compact) }

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