alexgb / guard-konacha

Automatically run konacha tests through Guard
MIT License
31 stars 17 forks source link

Weird logging #4

Closed re5et closed 11 years ago

re5et commented 11 years ago

I am seeing the following output. There is no coloration and weird prefixing. I was wondering if there was something I could do to change this to be more like the rspec output I am used to.

13:55:32 - INFO - Konacha Results: F
> [#] 
> [#]   Failed: tsum.test returns 0
> [#]     AssertionError: expected [Function] to equal 0
> [#] 
> [#] Finished in 0.00 seconds
> [#] 1 examples, 1 failed, 0 pending
nil
2;[Konacha Specs] 1 examples, 1 failed, 0 pending
alexgb commented 11 years ago

Thanks for reporting. I'll take a look at this when I can.

alexgb commented 11 years ago

Should be fixed now.