|
|
|
@ -1,6 +1,6 @@ |
|
|
|
FactoryBot.define do |
|
|
|
FactoryBot.define do |
|
|
|
factory :merge_request do |
|
|
|
factory :merge_request do |
|
|
|
status { "Incomplete" } |
|
|
|
status { "incomplete" } |
|
|
|
merge_date { nil } |
|
|
|
merge_date { nil } |
|
|
|
helpdesk_ticket { "MSD-99999" } |
|
|
|
helpdesk_ticket { "MSD-99999" } |
|
|
|
association :requesting_organisation, factory: :organisation |
|
|
|
association :requesting_organisation, factory: :organisation |
|
|
|
|