1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Merge pull request #2140 from utkarsh2102/fix-bundler_spec-test

Fix bundler_spec test
This commit is contained in:
Kyrylo Silin 2020-11-28 23:26:54 +08:00 committed by GitHub
commit 7fb884f1d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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