Sha256: 51054d62126494f34966d3b23ef366e1d0ef95574d51cd5141eceb525322af88
Contents?: true
Size: 296 Bytes
Versions: 31
Compression:
Stored size: 296 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
31 entries across 31 versions & 1 rubygems