Remove test_ci rake task

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
Takuya Noguchi 2018-04-03 07:45:27 +09:00
parent f2e6a7388c
commit 95d52c9faf
2 changed files with 5 additions and 5 deletions

View File

@ -0,0 +1,5 @@
---
title: Remove test_ci rake task
merge_request: 18139
author: Takuya Noguchi
type: other

View File

@ -4,8 +4,3 @@ desc "GitLab | Run all tests"
task :test do
Rake::Task["gitlab:test"].invoke
end
unless Rails.env.production?
desc "GitLab | Run all tests on CI with simplecov"
task test_ci: [:rubocop, :brakeman, :karma, :spinach, :spec]
end