diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-10 22:04:48 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-10 22:04:48 -0600 |
| commit | d128905ea0b6cfeb985a0ccce53fac78d8065e19 (patch) | |
| tree | 1b7e5c1f7a89e41dc042e7a8293f82b4469b0459 /spec/unit | |
| parent | 72fb63e9a42b182fa68c31e8b37ef288eff5f15b (diff) | |
Convert gif logo to png
Diffstat (limited to 'spec/unit')
| -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... |
