6 lines
109 B
Ruby
6 lines
109 B
Ruby
Rake::Task["test"].clear
|
|
|
|
desc "GitLab | Run all tests"
|
|
task :test do
|
|
Rake::Task["gitlab:test"].invoke
|
|
end
|