summaryrefslogtreecommitdiff
path: root/qa/spec/scenario/test/instance/reliable_spec.rb
blob: 4001d386bf3f4e29e4064ad6c293399aef0ad297 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

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