我有自动测试设置并且运行正常并且正确报告错误,但是增长通知总是忽略任何失败和错误,这使得它完全没用..
autotest -f
...
==============================================================================
pass: 2, fail: 0, error: 1
total: 3 tests with 173 assertions in 17.747792 seconds
==============================================================================
但是,咆哮通知从不报告任何错误:
TRUNK: All unit tests passed.
173 assertions in 3 tests
这是我的宝石:
autotest-fsevent (0.2.8)
autotest-growl (0.2.16)
autotest-rails (4.1.2)
growl_notify (0.0.3)
redgreen (1.2.2)
ZenTest (4.9.0)
.autotest
require "autotest/fsevent"
require "autotest/growl"
require "redgreen/autotest"
...
其他东西
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
Rails 2.3.14
OS X 10.8.2
Growl 2.0.1
帮助!