debian-mirror-gitlab/spec/factories/project_tracing_settings.rb
2021-01-03 14:25:43 +05:30

9 lines
155 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :project_tracing_setting do
project
external_url { 'https://example.com' }
end
end