summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-12-24 01:35:12 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-27 10:45:36 +0900
commit810c1b88ca65703859debe9c415bfd5cbc8391ad (patch)
tree165a9be7f6c6aa388933e4c48f595a0b841e318c /spec/bundler
parent03903f23c277b4dae8174347f7a5081b3a776a08 (diff)
[rubygems/rubygems] Remove unused include
https://github.com/rubygems/rubygems/commit/a581a1dd50
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5350
Diffstat (limited to 'spec/bundler')
-rw-r--r--spec/bundler/lock/lockfile_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/bundler/lock/lockfile_spec.rb b/spec/bundler/lock/lockfile_spec.rb
index b9ef6e885a..8413988b5a 100644
--- a/spec/bundler/lock/lockfile_spec.rb
+++ b/spec/bundler/lock/lockfile_spec.rb
@@ -1,8 +1,6 @@
# frozen_string_literal: true
RSpec.describe "the lockfile format" do
- include Bundler::GemHelpers
-
before do
build_repo2 do
# Capistrano did this (at least until version 2.5.10)