Tests for the new associations and models
Tests for the schedule versioning new associations and models
This commit is contained in:
parent
c047ffd699
commit
e7a30302ff
9 changed files with 66 additions and 17 deletions
10
spec/models/event_schedule_spec.rb
Normal file
10
spec/models/event_schedule_spec.rb
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe EventSchedule do
|
||||
|
||||
describe 'association' do
|
||||
it { should belong_to(:schedule) }
|
||||
it { should belong_to(:event) }
|
||||
it { should belong_to(:room) }
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue