gitlab-org--gitlab-foss/lib/tasks/test.rake
Dmitriy Zaporozhets b007cadf55
Fix project creation test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-14 12:19:02 +02:00

6 lines
109 B
Ruby

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