summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-03-16 17:24:48 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-07-24 14:59:34 +0900
commit5a43b0ddd5617ba611db9d2ab1dd7e8054a2c536 (patch)
tree5d1d73684b165fce7d5d8844c10406bf1f79c419 /spec
parentc31a9cf829b529fa25903fcee7e9a70d8a08522b (diff)
[rubygems/rubygems] Remove unused module inclusion
https://github.com/rubygems/rubygems/commit/0f58ef6a32
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/commands/install_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/bundler/commands/install_spec.rb b/spec/bundler/commands/install_spec.rb
index f572bdf176..5271977ed9 100644
--- a/spec/bundler/commands/install_spec.rb
+++ b/spec/bundler/commands/install_spec.rb
@@ -514,8 +514,6 @@ RSpec.describe "bundle install with gem sources" do
end
describe "Ruby version in Gemfile.lock" do
- include Bundler::GemHelpers
-
context "and using an unsupported Ruby version" do
it "prints an error" do
install_gemfile <<-G, :raise_on_error => false