Sha256: d9a949193b7005e42ad9b72fe3b5e7f2226f5d07064341558f68ee8da150104a
Contents?: true
Size: 273 Bytes
Versions: 1
Compression:
Stored size: 273 Bytes
Contents
require 'test_helpers' describe Alf, "query" do subject{ Alf.query(adapter){ suppliers } } it{ should be_a(Relation) } it 'should have expected heading' do subject.heading.should eq(Heading(sid: String, name: String, status: Integer, city: String)) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alf-0.15.0 | spec/facade/test_query.rb |