debian-mirror-gitlab/qa/spec/scenario/test/sanity/framework_spec.rb

8 lines
166 B
Ruby
Raw Normal View History

2019-07-31 22:56:46 +05:30
# frozen_string_literal: true
2018-11-20 20:47:30 +05:30
describe QA::Scenario::Test::Sanity::Framework do
it_behaves_like 'a QA scenario class' do
let(:tags) { [:framework] }
end
end