Sha256: ffa5c27457cc890bf5470c580ee54f2a22670d85bf849e66e8e86b7791496a92

Contents?: true

Size: 298 Bytes

Versions: 5

Compression:

Stored size: 298 Bytes

Contents

require 'spec_helper'
module Alf
  module Sequel
    describe Connection, 'heading' do

      subject{ sap.heading(:suppliers) }

      let(:expected){
        Heading[:sid => String, :name => String, :status => Integer, :city => String]
      }

      it{ should eq(expected) }

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alf-sequel-0.16.3 spec/connection/test_heading.rb
alf-sequel-0.16.2 spec/connection/test_heading.rb
alf-sequel-0.16.1 spec/connection/test_heading.rb
alf-sequel-0.16.0 spec/connection/test_heading.rb
alf-sequel-0.15.0 spec/connection/test_heading.rb