diff options
Diffstat (limited to 'spec/unit/cli/pull_spec.rb')
| -rw-r--r-- | spec/unit/cli/pull_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/cli/pull_spec.rb b/spec/unit/cli/pull_spec.rb index 0d54e31..9a3d8e8 100644 --- a/spec/unit/cli/pull_spec.rb +++ b/spec/unit/cli/pull_spec.rb @@ -10,6 +10,7 @@ RSpec.describe Spandx::Cli::Commands::Pull do it 'executes `spandx pull` command successfully' do subject.execute(output: output) + expected = <<~OUTPUT Updating https://github.com/spandx/cache.git... Updating https://github.com/spandx/rubygems-cache.git... |
