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: 8acd56914c52bdb180b6bc2918e6b044aa5f1748 (plain)
1
2
3
4
5
# frozen_string_literal: true

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