Sha256: 104db5206640eaeed8af3dedacecfa51e8afcbcec3aefbc5539d9eea72effb22
Contents?: true
Size: 544 Bytes
Versions: 20
Compression:
Stored size: 544 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"] ) end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems