Sha256: 230c998f073aa9a1049b06ff87923576b5528e1e471b5670743d8b0a76929556
Contents?: true
Size: 556 Bytes
Versions: 12
Compression:
Stored size: 556 Bytes
Contents
module ForestLiana describe SchemaAdapter do describe 'perform' do context 'with an "unhandled" column types (binary, postgis geography, ...)' do it 'should not define theses column in the schema' do collection = ForestLiana.apimap.find do |object| object.name.to_s == ForestLiana.name_for(Island) end expect(collection.fields.map { |field| field[:field] }).to eq( ["id", "name", "created_at", "updated_at", "trees", "location"] ) end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems