Skip to content

Instantly share code, notes, and snippets.

@Mackenzie-Frey
Created October 17, 2018 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mackenzie-Frey/246e5280451cfac1b30f594d8cce2268 to your computer and use it in GitHub Desktop.
Save Mackenzie-Frey/246e5280451cfac1b30f594d8cce2268 to your computer and use it in GitHub Desktop.
How to change Minitest to Output Emojis
Here is a way to change have your minitest to output emojis.
Type in terminal:
gem install minitest-emoji
At the top of your test file type:
require 'minitest/emoji'
Now your normal S/F/./E will be changed to the following emojis:
Success = 💚 | Failure = 💩 | Skip = 😳 | Error = 🔥
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment