summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-10 17:36:41 -0600
committermo khan <mo.khan@gmail.com>2020-09-10 17:36:41 -0600
commitcc3564f398a2537340e4a91ee349bea491dc20ac (patch)
tree15dc49e79e77e85d4c07837261344d0a3d5192b3 /spec
parent74e13689a8491a3d3544a74426226b0b1133b73c (diff)
test: remove unnecessary assertion
Diffstat (limited to 'spec')
-rw-r--r--spec/integration/go/modules_spec.rb5
1 files changed, 1 insertions, 4 deletions
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