Skip to content

Instantly share code, notes, and snippets.

@jondot
Created April 2, 2011 16:51
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 jondot/899636 to your computer and use it in GitHub Desktop.
Save jondot/899636 to your computer and use it in GitHub Desktop.
nunit albathor template
puts "Downloading nunit..."
get "http://launchpad.net/nunitv2/2.5/2.5.9/+download/NUnit-2.5.9.10348.zip", "tools/nunit.zip"
unzip "tools/nunit.zip", :to => 'tools', :remove => true
nunit "tools/NUnit-2.5.9.10348/bin/net-2.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment