提交 c1bfcde6 编写于 作者: M Mislav Marohnić

don't use `turn` for `rake test`: broken for minitest

closes #84
上级 670c984e
......@@ -27,7 +27,8 @@ end
task :default => :test
if command? :turn
if false # command? :turn
# commented out since turn 0.8.2 seems to be broken with minitest
desc "Run tests"
task :test do
suffix = "-n #{ENV['TEST']}" if ENV['TEST']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册