Sha256: b071198e0ef311afd9d4b700bf6f5d4fb9e10817c0c0fda51cd6f120a41d60ca
Contents?: true
Size: 354 Bytes
Versions: 80
Compression:
Stored size: 354 Bytes
Contents
require 'spec_helper' describe Maestrano::Connector::Rails::IdMap do # Indexes it { should have_db_index([:connec_id, :connec_entity, :organization_id]) } it { should have_db_index([:external_id, :external_entity, :organization_id]) } it { should have_db_index([:organization_id]) } #Associations it { should belong_to(:organization) } end
Version data entries
80 entries across 80 versions & 1 rubygems