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

service_ping_disabled_spec.rb « integration « test « scenario « spec « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2db254908f0298470a7b6993d8086c837044120e (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

RSpec.describe QA::Scenario::Test::Integration::ServicePingDisabled do
  describe '#perform' do
    it_behaves_like 'a QA scenario class' do
      let(:tags) { [:service_ping_disabled] }
    end
  end
end