diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-21 09:55:58 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-21 09:55:58 -0600 |
| commit | 50a62393fe6ba477deb224480a2133482238754e (patch) | |
| tree | e0595b6d9b1ad9f85969b1c304613420e777b993 /spec | |
| parent | a67692a51970cc219189ae731507cea6cc5b93d0 (diff) | |
Update conan assertion
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/integration/c/conan_spec.rb | 2 | ||||
| -rw-r--r-- | spec/integration/python/pip_spec.rb | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/spec/integration/c/conan_spec.rb b/spec/integration/c/conan_spec.rb index 52b7a39..baae361 100644 --- a/spec/integration/c/conan_spec.rb +++ b/spec/integration/c/conan_spec.rb @@ -16,7 +16,7 @@ RSpec.describe "conan" do specify { expect(subject).to match_schema } specify { expect { subject }.to perform_under(60).sec.warmup(0).times } - specify { expect(subject.dependency_names).to match_array(%w[openssl poco]) } + specify { expect(subject.dependency_names).to match_array(%w[bzip2 expat openssl pcre poco sqlite3 zlib]) } specify { expect(subject.licenses_for('openssl')).to match_array(['OpenSSL']) } specify { expect(subject.licenses_for('poco')).to match_array(['BSL-1.0']) } end diff --git a/spec/integration/python/pip_spec.rb b/spec/integration/python/pip_spec.rb index 7aec470..9911dc5 100644 --- a/spec/integration/python/pip_spec.rb +++ b/spec/integration/python/pip_spec.rb @@ -54,8 +54,6 @@ RSpec.describe "pip" do report = runner.scan - pp report - expect(report.licenses_for('webencodings')).to eq(['bsd']) expect(report.licenses_for('idna')).to eq(['bsd-like']) expect(report.licenses_for('EasyProcess')).to eq(['bsd']) |
