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

sample_metric_test.rb « usage_metric_generator « gitlab « generators « lib « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc7df779a5830c3be92c76ac2bd2871534820bed (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::Usage::Metrics::Instrumentations::CountFooMetric do
  it_behaves_like 'a correct instrumented metric value', {}, 1
end