summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-24 15:24:56 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-24 15:36:23 +0200
commit09d7f453125cc0535ed12c65be1a334efe4a759b (patch)
treea0c82c6f010bf3ba35ecc5563a33cdfdea7b3278 /Rakefile
parentec8f98574a90de1e87a50e00141180d761f161dc (diff)
downloadbundler-09d7f453125cc0535ed12c65be1a334efe4a759b.tar.gz
Remove coverage tracking for the time being
The current numbers are misleading and coverage tracking doesn't work in most of the places since the current test suite is mostly based on spawning subprocesses, and coverage doesn't get properly tracked there. Let's revisit this in the future.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index 2fcdbff816..fbbd3365b6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -71,10 +71,6 @@ namespace :spec do
# Install the gems with a consistent version of RubyGems
sh "gem update --system 3.0.3"
- $LOAD_PATH.unshift("./spec")
- require "support/rubygems_ext"
- Spec::Rubygems::DEPS["codeclimate-test-reporter"] = "~> 0.6.0" if RUBY_VERSION >= "2.2.0"
-
# Install the other gem deps, etc
Rake::Task["spec:deps"].invoke
end