Override rake test

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-03-14 11:06:10 +02:00
parent f6f80659ec
commit 8839339ee3
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 7 additions and 0 deletions

7
lib/tasks/test.rake Normal file
View File

@ -0,0 +1,7 @@
Rake::Task["test"].clear
desc "GITLAB | Run all tests"
task :test do
Rake::Task["gitlab:test"].invoke
end