summaryrefslogtreecommitdiff
path: root/spec/factories.rb
diff options
context:
space:
mode:
authorDrew Blessing <drew.blessing@me.com>2014-09-07 19:54:18 -0500
committerDrew Blessing <drew.blessing@me.com>2014-09-10 09:56:39 -0500
commita0dbcd2365b9c90892ccd0c5dfb18c7c58de8704 (patch)
tree09b0e5a4027cb9187d9f46f4cd6ff75ac64ea1e6 /spec/factories.rb
parentf42a1ded99920998a9b63b309adc227485428d2c (diff)
downloadgitlab-ce-a0dbcd2365b9c90892ccd0c5dfb18c7c58de8704.tar.gz
Serialize services properties
Diffstat (limited to 'spec/factories.rb')
-rw-r--r--spec/factories.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/factories.rb b/spec/factories.rb
index 03c87fcc6c5..f7f65bffb8b 100644
--- a/spec/factories.rb
+++ b/spec/factories.rb
@@ -165,7 +165,6 @@ FactoryGirl.define do
factory :service do
type ""
title "GitLab CI"
- token "x56olispAND34ng"
project
end