Sha256: 16c87f6e13f278da8a02e3cd697f871d06f140f10e43dc75587c9f7072b8c59b

Contents?: true

Size: 296 Bytes

Versions: 4

Compression:

Stored size: 296 Bytes

Contents

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

      subject{ op.heading }

      let(:op){ 
        a_lispy.generator(10, :auto)
      }
      let(:expected){
        Heading[:auto => Integer]
      }

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