Sha256: 6ef5c6e9d8624ef7b6d4e08cd3cfd78c717d747a6a14a9cb11c9f372fe52fb9c
Contents?: true
Size: 295 Bytes
Versions: 49
Compression:
Stored size: 295 Bytes
Contents
require 'spec_helper' describe Maestrano::Connector::Rails::UserOrganizationRel do # Attributes # Indexes it { should have_db_index(:user_id) } it { should have_db_index(:organization_id) } #Associations it { should belong_to(:user) } it { should belong_to(:organization) } end
Version data entries
49 entries across 49 versions & 1 rubygems