-
-
Save adamstegman/508498 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
desc "Run tests, and have a little fun afterward." | |
task :test_reward => :test do | |
puts "\e[1m\e[35m ,%%%, \e[0m" | |
puts "\e[1m\e[35m ,%%%` %==--\e[5m\e[33m*\e[0m " | |
puts "\e[1m\e[35m ,%%`( '| \e[0m" | |
puts "\e[1m\e[35m ,%%@ /\_/ \e[0m" | |
puts "\e[1m\e[35m ,%.-\"\"\"--%%% \"@@__ \e[0m" | |
puts "\e[1m\e[35m %%/ |__`\ \e[0m" | |
puts "\e[1m\e[35m .%'\ | \ / // \e[0m" | |
puts "\e[1m\e[35m ,%' > .'----\ | [/ \e[0m" | |
puts "\e[1m\e[35m < <<` || \e[0m" | |
puts "\e[1m\e[35m `\\\ || \e[0m" | |
puts "\e[1m\e[35m )\\ )\ \e[0m" | |
puts "\e[32m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\e[0m" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is going after my tests in Rails projects.