summaryrefslogtreecommitdiff
path: root/lib/tasks/test.rake
blob: 24d55b9455a05335488fbafe99d498e98146226c (plain)
1
2
3
4
5
6
7
Rake::Task["test"].clear

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