1 2 3 4 5 6
Rake::Task["test"].clear desc "GitLab | Run all tests" task :test do Rake::Task["gitlab:test"].invoke end