Steve Jackson

Ruby, Rails, Vim, and various other musings
30 Aug 2011

RSpec-Fuuu

So you’re running your suite of RSpec unit tests, and have some breakage. You get a giant stream of F’s. I wrote a gem to correct that to what you’re really thinking: FUUUUUUUUUUU

I know what you’re thinking, “Wow, Steve, that’s the coolest and most useful gem ever.” I know. Go ahead and grab it:

gem install rspec-fuuu

And use it once or set it to your default RSpec formatter:

rspec spec -f RspecFuuu

echo '-f RspecFuuu' > ~/.rspec

Check out the code over here on github.