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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-11-23 15:05:41 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-11-23 15:05:41 +0300
commit627b4833c58b7bd9ffc852d4c76175366ab4f23b (patch)
treef0ea88d9a4cdb85b35d1ff45d92cd7a9b4a5d359 /spec/lib/gitlab/crypto_helper_spec.rb
parent9ab50c86a9cc62f924509265886ce89d5ac47584 (diff)
Add test case for scheduling runners tokens migration
Diffstat (limited to 'spec/lib/gitlab/crypto_helper_spec.rb')
-rw-r--r--spec/lib/gitlab/crypto_helper_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/lib/gitlab/crypto_helper_spec.rb b/spec/lib/gitlab/crypto_helper_spec.rb
index 080d865b615..bd3a38bfbaa 100644
--- a/spec/lib/gitlab/crypto_helper_spec.rb
+++ b/spec/lib/gitlab/crypto_helper_spec.rb
@@ -15,7 +15,6 @@ describe Gitlab::CryptoHelper do
encrypted = described_class.aes256_gcm_encrypt('some-value')
expect(encrypted).to match %r{^[A-Za-z0-9+/=]+$}
- expect(encrypted).to eq encrypted.strip
end
end