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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2023-04-21 15:36:38 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-09-26 16:24:27 +0300
commitceff6cc89ddac98553aff703ac0dd3880bdb3b48 (patch)
treec8e2c0a046679a66ea49ef09e69c953b573ce4bd
parent246e27b86a01e9866911a149867a3bf18c75b382 (diff)
Remove Rake dependency from spec/spec_helper.rb
-rw-r--r--spec/spec_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index f01abc16..340b70a1 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -2,7 +2,6 @@
require 'simplecov'
require 'simplecov-cobertura'
-require 'rake'
unless ENV['SIMPLECOV'] == '0'
SimpleCov.start