Sha256: da509e672e35f4e1b6ec1c60b60d435bca2849ecbfc5c64bd0e764fe409b62e2
Contents?: true
Size: 180 Bytes
Versions: 7
Compression:
Stored size: 180 Bytes
Contents
require 'spec_helper_models' describe Gaku::StudentGuardian do describe 'associations' do it { should belong_to :student } it { should belong_to :guardian } end end
Version data entries
7 entries across 7 versions & 1 rubygems