diff options
-rw-r--r-- | spec/bundler/commands/outdated_spec.rb | 53 |
1 files changed, 51 insertions, 2 deletions
@@ -205,8 +205,8 @@ RSpec.describe "bundle outdated" do end it "works" do - bundle :install, :artifice => :compact_index - bundle :outdated, :artifice => :compact_index, :raise_on_error => false expected_output = <<~TABLE Gem Current Latest Requested Groups @@ -1292,4 +1292,53 @@ RSpec.describe "bundle outdated" do expect(out).to end_with(expected_output) end end end |