summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-10 22:04:48 -0600
committermo khan <mo.khan@gmail.com>2020-05-10 22:04:48 -0600
commitd128905ea0b6cfeb985a0ccce53fac78d8065e19 (patch)
tree1b7e5c1f7a89e41dc042e7a8293f82b4469b0459
parent72fb63e9a42b182fa68c31e8b37ef288eff5f15b (diff)
Convert gif logo to png
-rw-r--r--README.md4
-rw-r--r--logo.pngbin0 -> 6623 bytes
-rw-r--r--spec/unit/cli/pull_spec.rb1
3 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 71e1dbf..caa8894 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-![Spandx](logo.gif)
+![Spandx](logo.png)
+
+*Logo courtesy of [@speasley](https://github.com/speasley)*
# Spandx ![badge](https://github.com/spandx/spandx/workflows/ci/badge.svg)
diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..fa58f66
--- /dev/null
+++ b/logo.png
Binary files differ
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...