Skip to content

Instantly share code, notes, and snippets.

@jbr
Created February 22, 2011 02:59
Show Gist options
  • Select an option

  • Save jbr/838137 to your computer and use it in GitHub Desktop.

Select an option

Save jbr/838137 to your computer and use it in GitHub Desktop.
# 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