Remove unused factory

This commit is contained in:
Artur Beljajev 2018-01-21 20:45:32 +02:00
parent 222cf02d3c
commit a235db5e83

View file

@ -1,7 +0,0 @@
FactoryBot.define do
factory :domain_transfer do
domain
transfer_from { FactoryBot.create(:registrar) }
transfer_to { FactoryBot.create(:registrar) }
end
end