Somehow the :venues factory creates a dangling Conference

disabling for now
This commit is contained in:
Henne Vogelsang 2016-05-02 17:57:35 +02:00
parent 45bd31fad0
commit 4c4918a7a7

View file

@ -8,7 +8,5 @@ FactoryGirl.define do
country { Faker::Address.country_code }
website { Faker::Internet.url }
description { Faker::Lorem.sentence }
conference
end
end