From 9cd290ef3e924ef9a7b6c291b653f1df7b54a9b9 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 10 Sep 2020 16:29:08 -0600 Subject: test: simplify assertion --- spec/integration/ruby/bundler_spec.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spec/integration/ruby/bundler_spec.rb b/spec/integration/ruby/bundler_spec.rb index a08ef47..2444ec4 100644 --- a/spec/integration/ruby/bundler_spec.rb +++ b/spec/integration/ruby/bundler_spec.rb @@ -116,10 +116,7 @@ RSpec.describe "bundler" do context "when the CA certificate is NOT provided" do let(:env) { {} } - specify do - expect(subject).to match_schema - expect(subject.dependency_names).to be_empty - end + specify { expect(subject).to match_schema } end end -- cgit v1.2.3