summaryrefslogtreecommitdiff
path: root/qa/spec/scenario/test/instance/smoke_spec.rb
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