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 | |
| parent | 72fb63e9a42b182fa68c31e8b37ef288eff5f15b (diff) | |
Convert gif logo to png
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | logo.png | bin | 0 -> 6623 bytes | |||
| -rw-r--r-- | spec/unit/cli/pull_spec.rb | 1 |
3 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,6 @@ - + + +*Logo courtesy of [@speasley](https://github.com/speasley)* # Spandx  diff --git a/logo.png b/logo.png Binary files differnew file mode 100644 index 0000000..fa58f66 --- /dev/null +++ b/logo.png 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... |
