Skip to content

Instantly share code, notes, and snippets.

@knzconnor
Created January 20, 2009 19:52
Show Gist options
  • Save knzconnor/49627 to your computer and use it in GitHub Desktop.
Save knzconnor/49627 to your computer and use it in GitHub Desktop.
test = Rake::Task['test']
test.clear
desc 'Run all units, functionals, integration, libs'
task :test do
run_sets_of_tests(%w(test:units test:functionals test:integration test:libs))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment