Remove unnecessary attribute definitions from Service factory

This commit is contained in:
Robert Speicher 2016-03-06 16:55:17 -05:00
parent de944c914b
commit 7612fdbaa8
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
FactoryGirl.define do
factory :service do
type ""
title "GitLab CI"
project
end
end