3

只需添加 gem redgreen,'rake test' 总是在以下行结束:

0 次测试,0 次断言,0 次失败,0 次错误

我在 github 上创建了一个示例项目: https ://github.com/joel1di1/test_colored_tests

4

1 回答 1

1

在您的 Gemfile 中,将组从 :development 和 :test 更改为仅 :test。

这样,当您运行测试时,就需要 redgreen gem。

于 2011-05-15T17:46:11.173 回答