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
7
spec/factories/schedule.rb
Normal file
7
spec/factories/schedule.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Read about factories at https://github.com/thoughtbot/factory_girl
|
||||
|
||||
FactoryGirl.define do
|
||||
factory :schedule do
|
||||
program
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue