test/rbbt/util/test_log.rb in rbbt-util-5.6.14 vs test/rbbt/util/test_log.rb in rbbt-util-5.6.15

- old
+ new

@@ -3,7 +3,11 @@ class TestLog < Test::Unit::TestCase def test_color assert Log.color(:green, "green") end + + def test_return_line + puts Log.return_line + "ccc"*3 + end end