Skip to content

Instantly share code, notes, and snippets.

@adamstegman
Forked from anonymous/gist:508218
Created August 4, 2010 17:33
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 adamstegman/508498 to your computer and use it in GitHub Desktop.
Save adamstegman/508498 to your computer and use it in GitHub Desktop.
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
@adamstegman
Copy link
Author

This is going after my tests in Rails projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment