timocratic (owner)

Revisions

gist: 49627 Download_button fork
public
Public Clone URL: git://gist.github.com/49627.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
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