Welcome to mirror list, hosted at ThFree Co, Russian Federation.

all_spec.rb « instance « test « scenario « spec « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 875df9a32f5f48a471e819234d4d3bfb09387b07 (plain)
1
2
3
4
5
# frozen_string_literal: true

RSpec.describe QA::Scenario::Test::Instance::All do
  it_behaves_like 'a QA scenario class'
end