Sha256: 948d1408c5cf0b7421082622ba584a0fe3da639f5608ffeed3c30486e4a02bb9
Contents?: true
Size: 545 Bytes
Versions: 45
Compression:
Stored size: 545 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
45 entries across 45 versions & 1 rubygems