nyan-cat-formatter icon indicating copy to clipboard operation
nyan-cat-formatter copied to clipboard

Nyan Cat inspired RSpec formatter!

Results 10 nyan-cat-formatter issues
Sort by recently updated
recently updated
newest added

Linux player music formatter stdout fix. Great Job!! Thanks.

I noticed a bug. The `wrap` method was being sent `:success`, `:pending`, and `:failure` keys. Since those keys don't exist in the `VT100_CODES` hash, all the scoreboard values were displaying...

Hi, I was wondering if there's another way to configure your cat as using the --format in the .rspec file as you suggested will cause the output to be printed...

The original `rspec` version dependency specifier causes the following warning message when launching specs: ``` WARN: Unresolved specs during Gem::Specification.reset: rspec (< 4, >= 2.14.2, >= 2.99) WARN: Clearing out...

Hi NyanCatFormatters ^^ I'm discovering this awesome gem under Ubuntu 14.04 and I'm just a tiny bit bugged by the lack of colors on the 4 spec counters on the...

Either drop it or make conditional in `Rakefile`, is using RSpec >= 2 anyways.

When I try to use this formatter with cucumber, I get this error: ``` Exception encountered: # backtrace: /Users/alex/.rvm/gems/ruby-1.9.2-p290@AirLift/gems/rspec-core-2.8.0/lib/rspec/core/formatters/base_formatter.rb:22:in `initialize' ``` Has it been tested with cuke?