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: 09d0df2c4792a4b4a2e821d64b17b61514f41d33 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

RSpec.describe QA::Scenario::Test::Instance::Smoke do
  it_behaves_like 'a QA scenario class' do
    let(:tags) { [:smoke] }
  end
end