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