mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8 lines
121 B
Text
8 lines
121 B
Text
|
#!/usr/bin/env ruby
|
||
|
|
||
|
$:.unshift File.expand_path('../../lib', __FILE__)
|
||
|
|
||
|
require 'mspec/commands/mspec-ci'
|
||
|
|
||
|
MSpecCI.main
|