summaryrefslogtreecommitdiff
path: root/spec/lib
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-11-23 13:05:41 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-11-23 13:05:41 +0100
commit627b4833c58b7bd9ffc852d4c76175366ab4f23b (patch)
treef0ea88d9a4cdb85b35d1ff45d92cd7a9b4a5d359 /spec/lib
parent9ab50c86a9cc62f924509265886ce89d5ac47584 (diff)
downloadgitlab-ce-627b4833c58b7bd9ffc852d4c76175366ab4f23b.tar.gz
Add test case for scheduling runners tokens migration
Diffstat (limited to 'spec/lib')
-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