From 91f0faf8dfc596dfde052763009fb520635e7fb1 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 8 Sep 2020 16:12:05 -0600 Subject: fix: do not compress /usr/share * do not allow license_scanning job to fail * update script to download *.deb files * ensure apt db is valid * Update CHANGELOG and bump version --- spec/integration/dotnet/nuget_spec.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'spec') 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 -- cgit v1.2.3