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

smoke_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: b5db9783af371bac7397244040bd3e5063a81f4b (plain)
1
2
3
4
5
describe QA::Scenario::Test::Instance::Smoke do
  it_behaves_like 'a QA scenario class' do
    let(:tags) { [:smoke] }
  end
end