1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

make the spec output pretty

This commit is contained in:
Charles Lowell 2009-10-16 15:32:01 -05:00
parent 5a45899135
commit 2c3d4e19b6

View file

@ -11,6 +11,6 @@ makefile.print <<EOF
test: all
@echo running spec...
spec spec/therubyracer_spec.rb
spec -O spec/spec.opts spec/therubyracer_spec.rb
EOF
end