Sha256: 5612def54bea6f415fc831ad813785b041bf991f981ea3c52674107b972aa717

Contents?: true

Size: 358 Bytes

Versions: 4

Compression:

Stored size: 358 Bytes

Contents

require 'spec_helper'
module Alf
  module Algebra
    describe Autonum, 'heading' do

      let(:operand){
        an_operand.with_keys([:name])
      }
      let(:op){ 
        a_lispy.autonum(operand, :auto)
      }
      let(:expected){
        Keys[[:name], [:auto]]
      }

      subject{ op.keys }

      it { should eq(expected) }

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