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

8 lines
172 B
Ruby
Raw Normal View History

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