summaryrefslogtreecommitdiff
path: root/qa/spec
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-03-09 15:54:20 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-03-29 19:40:32 +0800
commit9a538b9eebd6aed362c6ed86445d96c8e06ffdf2 (patch)
tree93c933872c10f026f3cc4d2be94db0460daa67b8 /qa/spec
parent8230b774b5a6375d9b84c71e72c8e41e3bfd7fad (diff)
downloadgitlab-ce-9a538b9eebd6aed362c6ed86445d96c8e06ffdf2.tar.gz
Introduce Key namespace so we could put more keys
Diffstat (limited to 'qa/spec')
-rw-r--r--qa/spec/runtime/key/rsa_spec.rb (renamed from qa/spec/runtime/rsa_key.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/spec/runtime/rsa_key.rb b/qa/spec/runtime/key/rsa_spec.rb
index 6d7ab4dcd2e..0921f9a7c6b 100644
--- a/qa/spec/runtime/rsa_key.rb
+++ b/qa/spec/runtime/key/rsa_spec.rb
@@ -1,4 +1,4 @@
-describe QA::Runtime::RSAKey do
+describe QA::Runtime::Key::RSA do
describe '#public_key' do
subject { described_class.new.public_key }