summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/usage/metrics/instrumentations/gitlab_dedicated_metric_spec.rb
blob: a35022ec2c4bbb8ab5d1b022d0fba2cc73074662 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::Usage::Metrics::Instrumentations::GitlabDedicatedMetric, feature_category: :service_ping do
  let(:expected_value) { Gitlab::CurrentSettings.gitlab_dedicated_instance }

  it_behaves_like 'a correct instrumented metric value', { time_frame: 'none' }
end