summaryrefslogtreecommitdiff
path: root/spec/unit/cli/pull_spec.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-07 11:31:25 -0600
committermo khan <mo.khan@gmail.com>2020-05-07 11:31:25 -0600
commit9b5543aae33d23f2b971c3d489fe65c1033ed376 (patch)
tree3964bd19050239696e1263ffa0276b5ead6a62ca /spec/unit/cli/pull_spec.rb
parent503fd0f6fdea9effed2086e2950e858450d35a88 (diff)
Update links from mokhan -> spandx
Diffstat (limited to 'spec/unit/cli/pull_spec.rb')
-rw-r--r--spec/unit/cli/pull_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/cli/pull_spec.rb b/spec/unit/cli/pull_spec.rb
index d0804d7..0d54e31 100644
--- a/spec/unit/cli/pull_spec.rb
+++ b/spec/unit/cli/pull_spec.rb
@@ -11,8 +11,8 @@ RSpec.describe Spandx::Cli::Commands::Pull do
it 'executes `spandx pull` 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/spandx/cache.git...
+ Updating https://github.com/spandx/rubygems-cache.git...
Updating https://github.com/spdx/license-list-data.git...
OK
OUTPUT