From cc3564f398a2537340e4a91ee349bea491dc20ac Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 10 Sep 2020 17:36:41 -0600 Subject: test: remove unnecessary assertion --- spec/integration/go/modules_spec.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'spec') diff --git a/spec/integration/go/modules_spec.rb b/spec/integration/go/modules_spec.rb index fb70db6..9b735fb 100644 --- a/spec/integration/go/modules_spec.rb +++ b/spec/integration/go/modules_spec.rb @@ -135,10 +135,7 @@ RSpec.describe "modules" do context "when the CA certificate is NOT provided" do let(:env) { { 'GOPROXY' => 'https://goproxy.test' } } - specify do - expect(subject).to match_schema - expect(subject.dependency_names).to be_empty - end + specify { expect(subject).to match_schema } end end end -- cgit v1.2.3