Commit 70a41e85 authored by nwestbury's avatar nwestbury

Add new runner for the RubyMine gutter

parent aef34407
#!/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