summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-23 22:26:59 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-13 13:20:58 +0100
commit6d2b42ad1459710acc56194e7be02ba8c2db3f96 (patch)
tree315d5064e7f5fe49947a467895d5dd05a6afd5a4
parentdaac5198330e960ea8f4747f00ba9be00fcff71d (diff)
downloadbundler-6d2b42ad1459710acc56194e7be02ba8c2db3f96.tar.gz
Remove redundant require
This require is already included in the `.rspec` options file.
-rw-r--r--spec/bundler/vendored_persistent_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/vendored_persistent_spec.rb b/spec/bundler/vendored_persistent_spec.rb
index d62279447d..c760c067e0 100644
--- a/spec/bundler/vendored_persistent_spec.rb
+++ b/spec/bundler/vendored_persistent_spec.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: true
-require "spec_helper"
require "bundler/vendored_persistent"
RSpec.describe Bundler::PersistentHTTP do