debian-mirror-gitlab/spec/factories/services_data.rb
2019-09-30 21:07:59 +05:30

13 lines
246 B
Ruby

# frozen_string_literal: true
# these factories should never be called directly, they are used when creating services
FactoryBot.define do
factory :jira_tracker_data do
service
end
factory :issue_tracker_data do
service
end
end