
























Unfortuntately, the snapshot of test/unit included in Ruby 1.8.2 is broken for use with Rake. Steps are being made to remedy the situation, but in the mean while, you can apply the fix needed to the Ruby source itself. It’s a two-line change, but pretty important two lines.
In order to apply this fix, you need to:
cd /usr/local/lib/ruby/1.8
(or where ever you have Ruby installed) and do:
patch -p0 < /path/to/fix/dir.rb.cleanup.patch
Hopefully a more permanent solution can be found in Rake or Ruby shortly.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。