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

instrumentation_class_spec.rb.template « templates « usage_metric « gitlab « generators « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e984daee0a472c4a8a61b861349203c034d4ad78 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::Usage::Metrics::Instrumentations::<%= class_name %>Metric do
  it_behaves_like 'a correct instrumented metric value', {}, 1
end