Sha256: 076b17ff66657ce2ff86eae1b2c28a9463f2c91808f6ead18cad7ee1494bed61
Contents?: true
Size: 327 Bytes
Versions: 5
Compression:
Stored size: 327 Bytes
Contents
require 'spec_helper_models' describe Gaku::SemesterAttendance do describe 'relations' do it { should belong_to :semester } it { should belong_to :student } end # describe 'validations' do # it { should validate_presence_of :student } # it { should validate_presence_of :attendance_type } # end end
Version data entries
5 entries across 5 versions & 1 rubygems