test/test_clog.rb in clog-0.1.1 vs test/test_clog.rb in clog-0.2.0

- old
+ new

@@ -62,9 +62,12 @@ runner :blue, :yellow Clog.colors(:blue) clog "white on blue" + Clog.colors(:red) + clog "white on red" + Clog.colors(:blue, :red) clog "red on blue" Clog.colors(:yellow, :red) clog "red on yellow"