1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/mspec/bin/mspec
2022-03-03 14:43:11 +01:00

7 lines
127 B
Ruby
Executable file

#!/usr/bin/env ruby
$:.unshift File.expand_path('../../lib', __FILE__)
require 'mspec/commands/mspec'
MSpecMain.main(false)