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:
authorMayra Cabrera <mcabrera@gitlab.com>2018-04-18 20:25:57 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2018-04-20 20:18:41 +0300
commit0dd6d25c251beffca510094281ac8403fad6d8d0 (patch)
treef84dc38b75693dc3752c3f2297c34566bd84ba2d /spec/factories
parentf17e83653d9befc02ac0cbfe39a5e2be62cb40ef (diff)
Rename special deploy token to make it more descriptive
Also: - Includes more specs - Improves a bit the documentation
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/deploy_tokens.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/deploy_tokens.rb b/spec/factories/deploy_tokens.rb
index 52ec588973a..017e866e69c 100644
--- a/spec/factories/deploy_tokens.rb
+++ b/spec/factories/deploy_tokens.rb
@@ -12,7 +12,7 @@ FactoryBot.define do
end
trait :gitlab_deploy_token do
- name DeployToken::GITLAB_DEPLOY_TOKEN
+ name DeployToken::GITLAB_DEPLOY_TOKEN_NAME
end
trait :expired do