Lazy Diary @ Hatena Blog

PowerShell / Java / miscellaneous things about software development, Tips & Gochas. CC BY-SA 4.0/Apache License 2.0

Ruby を 256 倍使うための本 極道編のまとめ (4)

テストの出力を

TestFoo#test_method1 .
TestFoo#test_method2 .
TestFoo#test_method3 .

じゃなくて、

....F..

みたくしたい場合は次。

RUNIT::CUI::TestRunner.quiet_mode = true