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

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