summaryrefslogtreecommitdiff
path: root/spec/integration/js
diff options
context:
space:
mode:
authorCan Eldem <celdem@gitlab.com>2020-05-21 13:44:04 +0000
committerCan Eldem <celdem@gitlab.com>2020-05-21 13:44:04 +0000
commit537fbadd38b8f67b4a8f1ea0089a9e5ad2aa82eb (patch)
treec0e1075bb9be0abe5d5c9702b58fb745220f5ccf /spec/integration/js
parentffe3851eaf675da0bc82f144c48b7b16cc43d989 (diff)
parentd018033cf5542bf35ff7e60d28806655f5ea83ed (diff)
Merge branch '212923-bower-small' into 'master'v3.9.2
Provide Bower with a `bower_ca` variable when a custom CA is specified. See merge request gitlab-org/security-products/license-management!151
Diffstat (limited to 'spec/integration/js')
-rw-r--r--spec/integration/js/bower_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/js/bower_spec.rb b/spec/integration/js/bower_spec.rb
index 2127c2e..2fe2883 100644
--- a/spec/integration/js/bower_spec.rb
+++ b/spec/integration/js/bower_spec.rb
@@ -22,7 +22,7 @@ RSpec.describe "bower" do
specify { expect(subject.licenses_for('stimulus.umd')).to match_array(['unknown']) }
end
- context "when scanning a bower project with a dependency from a custom registry" do
+ context "when scanning a bower project with a dependency from a custom npm registry" do
subject { runner.scan(env: { 'ADDITIONAL_CA_CERT_BUNDLE' => fixture_file_content('js/custom-npm.crt') }) }
before do