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

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