gitlab-org--gitlab-foss/spec/factories/services.rb
2016-03-04 15:26:51 -05:00

7 lines
100 B
Ruby

FactoryGirl.define do
factory :service do
type ""
title "GitLab CI"
project
end
end