Remove sample_custom_field factory

This commit is contained in:
Jure Grabnar 2019-08-06 23:30:05 +02:00
parent 6261684a59
commit c3fd810691

View file

@ -1,9 +0,0 @@
# frozen_string_literal: true
FactoryBot.define do
factory :sample_custom_field do
value { Faker::Name.unique.name }
sample
custom_field { create :custom_field, user: sample.user, team: sample.team }
end
end