gitlab-org--gitlab-foss/qa/bin/rubymine

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
198 B
Plaintext
Raw Normal View History

#!/usr/bin/env ruby
# frozen_string_literal: true
require_relative '../qa'
ARGV.unshift('Test::Instance::All', ENV['GITLAB_URL'], '--')
QA::Scenario
.const_get(ARGV.shift)
.launch!(ARGV)