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

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

describe QA::Scenario::Test::Instance::Airgapped do
  describe '#perform' do
    it_behaves_like 'a QA scenario class' do
    end
  end
end