osem-fcy/spec/factories/schedule.rb
Ana 3bf42a3cc4 Tests for the new associations and models
Tests for the schedule versioning new associations and models
2016-07-27 22:23:29 +02:00

7 lines
137 B
Ruby

# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :schedule do
program
end
end