Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-04-03 01:45:27 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-04-03 01:54:30 +0300
commit95d52c9faf23b519823bec4e5b32df54a59b22c1 (patch)
treeb05b103e73b599523cb2cf72305ff42990329e0b /lib/tasks/test.rake
parentf2e6a7388c5011786b92cfca5c1052e366c5b514 (diff)
Remove test_ci rake task
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'lib/tasks/test.rake')
-rw-r--r--lib/tasks/test.rake5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/tasks/test.rake b/lib/tasks/test.rake
index 3e01f91d32c..b52af81fc16 100644
--- a/lib/tasks/test.rake
+++ b/lib/tasks/test.rake
@@ -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