Commit 2b06da87 authored by Dan Davison's avatar Dan Davison

Merge branch 'qa-rubymine-runner' into 'master'

Add new runner for the RubyMine gutter

See merge request gitlab-org/gitlab!30629
parents 7f26c781 70a41e85
#!/usr/bin/env ruby
require_relative '../qa'
ARGV.unshift('Test::Instance::All', ENV['GITLAB_URL'], '--')
QA::Scenario
.const_get(ARGV.shift)
.launch!(ARGV)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment