Skip to content

Commit

Permalink
Merge pull request #2140 from utkarsh2102/fix-bundler_spec-test
Browse files Browse the repository at this point in the history
Fix bundler_spec test
  • Loading branch information
kyrylo committed Nov 28, 2020
2 parents ae08597 + b61aad5 commit 7fb884f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/integration/bundler_spec.rb
Expand Up @@ -9,8 +9,9 @@
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
Expand Down

0 comments on commit 7fb884f

Please sign in to comment.