Skip to content

Instantly share code, notes, and snippets.

@devboy
Created June 9, 2011 11:57
Show Gist options
  • Save devboy/1016583 to your computer and use it in GitHub Desktop.
Save devboy/1016583 to your computer and use it in GitHub Desktop.
rake test
desc "a"
task :a do
system "tree"
system "git status"
end
desc "b"
task :b => :a do
system "ls"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment