Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-03-07 00:55:17 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-03-07 00:55:17 +0300
commit7612fdbaa86b7541595f60387dda77f145173a21 (patch)
treede5726b0146d68280bfa8347ea1240d02191bfb7 /spec/factories/services.rb
parentde944c914b2a780a5e968cc32ef64cddd2b82c9b (diff)
Remove unnecessary attribute definitions from Service factory
Diffstat (limited to 'spec/factories/services.rb')
-rw-r--r--spec/factories/services.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/factories/services.rb b/spec/factories/services.rb
index f7c285cff3a..9de78d68280 100644
--- a/spec/factories/services.rb
+++ b/spec/factories/services.rb
@@ -1,7 +1,5 @@
FactoryGirl.define do
factory :service do
- type ""
- title "GitLab CI"
project
end
end