diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-16 13:15:35 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-16 13:15:35 -0600 |
| commit | 652c590faa2f10951881e1ff0e3fe87dc8eaaba5 (patch) | |
| tree | 2e183d3164ef084aa5dc62e65c5fb08fa9cc3f2e /spec | |
| parent | e92d49ca63131b31148a3f0a1c2ccac45626265a (diff) | |
Fix failing specv0.10.0
Diffstat (limited to 'spec')
| -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 |
