Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 521 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 521 Bytes

EmojiFormatter

Gem Version

A custom formatter for Rspec. Spice up your boring test suite with some 😀

emoji-formatter demo

Did your test pass? 😀 Did your test fail? 😡 Is your test pending? 🔷

Usage

Install the gem:

gem install emoji-formatter

Then choose it as your RSpec formatter:

rspec --format EmojiFormatter

Or add this line to your .rspec file:

--format EmojiFormatter

Enjoy!