spec/connection/test_heading.rb in alf-sequel-0.14.0 vs spec/connection/test_heading.rb in alf-sequel-0.15.0

- old
+ new

@@ -4,10 +4,10 @@ describe Connection, 'heading' do subject{ sap.heading(:suppliers) } let(:expected){ - Heading[:sid => Integer, :name => String, :status => Integer, :city => String] + Heading[:sid => String, :name => String, :status => Integer, :city => String] } it{ should eq(expected) } end