require 'spec_helper' describe Schedule do describe 'association' do it { should belong_to(:program) } it { should have_many(:event_schedules).dependent(:destroy) } end end