summaryrefslogtreecommitdiff
path: root/qa/spec/scenario/test/sanity/framework_spec.rb
blob: a63c59e29952628c451f6a84258b99a8611930df (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

describe QA::Scenario::Test::Sanity::Framework do
  it_behaves_like 'a QA scenario class' do
    let(:tags) { [:framework] }
  end
end