summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-09 17:30:19 +0000
committermo khan <mo.khan@gmail.com>2020-09-09 17:30:19 +0000
commitd4da2eff19bd210d18b0dbb80aa305c6a955a644 (patch)
tree08a1b38c4fa8def3983f36900d81627f974027e6 /spec
parent442402496d0107fa69de61e966215e06f95506e8 (diff)
parent91f0faf8dfc596dfde052763009fb520635e7fb1 (diff)
Merge branch 'gitlab-profile' into 'master'v3.25.3
Do not compress /usr/share See merge request gitlab-org/security-products/license-management!215
Diffstat (limited to 'spec')
-rw-r--r--spec/integration/dotnet/nuget_spec.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/spec/integration/dotnet/nuget_spec.rb b/spec/integration/dotnet/nuget_spec.rb
index f640c32..0439125 100644
--- a/spec/integration/dotnet/nuget_spec.rb
+++ b/spec/integration/dotnet/nuget_spec.rb
@@ -220,10 +220,7 @@ RSpec.describe "nuget" do
context "when the CA certificate is NOT provided" do
let(:env) { {} }
- specify do
- expect(subject).to match_schema
- expect(subject.dependency_names).to match_array(["jive"])
- end
+ specify { expect(subject).to match_schema }
end
end
end