debian-mirror-gitlab/qa/spec/scenario/test/sanity/framework_spec.rb
2021-01-03 14:25:43 +05:30

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