Skip to content

Commit

Permalink
[Truffle] JT: Let :files be the default for MSpec.
Browse files Browse the repository at this point in the history
* So we also run :library on `jt test`.
  • Loading branch information
eregon committed Mar 30, 2015
1 parent 18d2fdc commit 6a3cd6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool/jt.rb
Expand Up @@ -240,7 +240,6 @@ def test(*args)
args.shift
options += %w[--excl-tag slow]
end
args = [':language', ':core'] if args.empty?
mspec 'run', *options, *args
end

Expand Down

0 comments on commit 6a3cd6f

Please sign in to comment.