gitlab-org--gitlab-foss/qa/spec/scenario/test/sanity/framework_spec.rb

7 lines
172 B
Ruby

# 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