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:
parent
9d9ae4a0b0
commit
b61aad5000
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue