mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
7 lines
127 B
Ruby
Executable file
7 lines
127 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
$:.unshift File.expand_path('../../lib', __FILE__)
|
|
|
|
require 'mspec/commands/mspec'
|
|
|
|
MSpecMain.main(false)
|