summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorUtkarsh Gupta <utkarsh@debian.org>2020-06-16 19:35:43 +0530
committerUtkarsh Gupta <utkarsh@debian.org>2020-06-16 19:35:43 +0530
commitb61aad5000b06f02f6f8bfa32cda6a42fc57494f (patch)
tree365280bbb980b54b629c1629597f6611205c5eaf /spec
parent9d9ae4a0b0bd487bb41170c834b3fa417e161f23 (diff)
downloadpry-b61aad5000b06f02f6f8bfa32cda6a42fc57494f.tar.gz
Fix bundler_spec test
Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
Diffstat (limited to 'spec')
-rw-r--r--spec/integration/bundler_spec.rb3
1 files changed, 2 insertions, 1 deletions
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