debian-mirror-gitlab/qa/bin/qa

8 lines
102 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
#!/usr/bin/env ruby
require_relative '../qa'
QA::Scenario
.const_get(ARGV.shift)
2018-03-17 18:26:18 +05:30
.launch!(ARGV)