From 652c590faa2f10951881e1ff0e3fe87dc8eaaba5 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 16 Mar 2020 13:15:35 -0600 Subject: Fix failing spec --- spec/unit/cli/index/update_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/unit/cli/index/update_spec.rb b/spec/unit/cli/index/update_spec.rb index 700fb07..83c2da5 100644 --- a/spec/unit/cli/index/update_spec.rb +++ b/spec/unit/cli/index/update_spec.rb @@ -11,6 +11,7 @@ RSpec.describe Spandx::Cli::Commands::Index::Update do it 'executes `index update` command successfully' do subject.execute(output: output) expected = <<~OUTPUT + Updating https://github.com/mokhan/spandx-index.git... Updating https://github.com/mokhan/spandx-rubygems.git... Updating https://github.com/spdx/license-list-data.git... OK -- cgit v1.2.3