From b61aad5000b06f02f6f8bfa32cda6a42fc57494f Mon Sep 17 00:00:00 2001 From: Utkarsh Gupta Date: Tue, 16 Jun 2020 19:35:43 +0530 Subject: Fix bundler_spec test Signed-off-by: Utkarsh Gupta --- spec/integration/bundler_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/integration/bundler_spec.rb b/spec/integration/bundler_spec.rb index 2c4f2b27..224616c2 100644 --- a/spec/integration/bundler_spec.rb +++ b/spec/integration/bundler_spec.rb @@ -9,8 +9,9 @@ RSpec.describe 'Bundler' do context "when Pry requires Gemfile, which doesn't specify Pry as a dependency" do it "loads auto-completion correctly" do code = <<-RUBY - require "pry" + require "bundler" require "bundler/inline" + require "pry" # Silence the "The Gemfile specifies no dependencies" warning class Bundler::UI::Shell -- cgit v1.2.1