Files
gitlabhq/lib/tasks/test.rake
T
2014-03-14 12:19:02 +02:00

7 lines
109 B
Ruby

Rake::Task["test"].clear
desc "GITLAB | Run all tests"
task :test do
Rake::Task["gitlab:test"].invoke
end