repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tagged unstable Resolv spec that intermittently hangs on 64bit.
[rbx.git]
/
mspec
/
bin
/
mspec-ci
blob
3caef8666d09a52dc83035731b1413f0fc4c26b5
1
#!/usr/bin/env ruby
2
3
$
:.
unshift File
.
expand_path
(
File
.
dirname
(
__FILE__
) +
'/../lib'
)
4
5
require
'mspec/commands/mspec-ci'
6
require
'mspec'
7
8
MSpecCI
.
main