Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev_ops_score_controller_spec.rb « instance_statistics « controllers « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5825c6295f6d6d8361b75daac3ab38a40f5f31e2 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

describe InstanceStatistics::DevOpsScoreController do
  it_behaves_like 'instance statistics availability'
end