summaryrefslogtreecommitdiff
path: root/lib/generators/gitlab/usage_metric/templates/instrumentation_class_spec.rb.template
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