Commit 8839339ee36a27693b68a2779b485b0acc932173

Authored by Dmitriy Zaporozhets
1 parent f6f80659

Override rake test

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
lib/tasks/test.rake 0 → 100644
@@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
  1 +Rake::Task["test"].clear
  2 +
  3 +desc "GITLAB | Run all tests"
  4 +task :test do
  5 + Rake::Task["gitlab:test"].invoke
  6 +end
  7 +