summaryrefslogtreecommitdiff
path: root/spec/controllers/instance_statistics/dev_ops_score_controller_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-20 09:07:57 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-20 09:07:57 +0000
commit7881eb30eaa8b01dbcfe87faa09927c75c7d6e45 (patch)
tree298bc8d2c62b2f2c29cb8ecbcf3de3eaaa6466d9 /spec/controllers/instance_statistics/dev_ops_score_controller_spec.rb
parent64b66e0cb6d1bfd27abf24e06653f00bddb60597 (diff)
downloadgitlab-ce-7881eb30eaa8b01dbcfe87faa09927c75c7d6e45.tar.gz
Add latest changes from gitlab-org/gitlab@12-6-stable-ee
Diffstat (limited to 'spec/controllers/instance_statistics/dev_ops_score_controller_spec.rb')
-rw-r--r--spec/controllers/instance_statistics/dev_ops_score_controller_spec.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/controllers/instance_statistics/dev_ops_score_controller_spec.rb b/spec/controllers/instance_statistics/dev_ops_score_controller_spec.rb
new file mode 100644
index 00000000000..5825c6295f6
--- /dev/null
+++ b/spec/controllers/instance_statistics/dev_ops_score_controller_spec.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+describe InstanceStatistics::DevOpsScoreController do
+ it_behaves_like 'instance statistics availability'
+end