Files
fetsite/spec/factories/memberships.rb
2015-09-03 12:03:05 +02:00

12 lines
219 B
Ruby

# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :membership do
fetprofile_id 1
gremium_id 1
start "2013-08-19"
stop "2013-08-23"
typ 1
end
end