A custom formatter for Rspec. Spice up your boring test suite with some π
Did your test pass? π Did your test fail? π‘ Is your test pending? π·
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!