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

Fix bundler_spec test

Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
This commit is contained in:
Utkarsh Gupta 2020-06-16 19:35:43 +05:30
parent 9d9ae4a0b0
commit b61aad5000

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