6f1e00ea36
These IDs point to non-existing rows, causing the foreign key constraints to fail.
6 lines
157 B
Ruby
6 lines
157 B
Ruby
FactoryGirl.define do
|
|
factory :ci_runner_project, class: Ci::RunnerProject do
|
|
runner factory: :ci_runner
|
|
project factory: :empty_project
|
|
end
|
|
end
|