diff options
| -rw-r--r-- | spec/unit/cli/index/update_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
