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:
commit
7fb884f1d9
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…
Add table
Reference in a new issue