Created
February 22, 2011 02:59
-
-
Save jbr/838137 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # I've been forgetting this long enough it's time to declare a memory | |
| # failure and make the code adapt to my stupidity. I mean, why can't | |
| # they all be plural *OR* singular? | |
| namespace :test do | |
| task :integrations => :integration | |
| task :functional => :functionals | |
| task :unit => :units | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment