summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/usage/metrics/instrumentations/hostname_metric_spec.rb
blob: 83e072000258a389e8a7ee52b1d2f2bfda1c8017 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::Usage::Metrics::Instrumentations::HostnameMetric do
  it_behaves_like 'a correct instrumented metric value', { time_frame: 'none', data_source: 'ruby' }, Gitlab.config.gitlab.host
end