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

complete_service_ping_payload_shared_examples.rb « service_ping « services « shared_examples « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8dcff99fb6f72b8db029bb5627b54a06840a661e (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

RSpec.shared_examples 'complete service ping payload' do
  it_behaves_like 'service ping payload with all expected metrics' do
    let(:expected_metrics) do
      standard_metrics + subscription_metrics + operational_metrics + optional_metrics
    end
  end
end