diff options
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/integration/dotnet/nuget_spec.rb | 5 |
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 |
