summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-10 16:29:08 -0600
committermo khan <mo.khan@gmail.com>2020-09-10 16:29:08 -0600
commit9cd290ef3e924ef9a7b6c291b653f1df7b54a9b9 (patch)
treec5cff41ad79eea182603deb84dd344493d5e3671 /spec
parentd03e11e2bc88eb7c26aae6a983d1cb4edcddd375 (diff)
test: simplify assertion
Diffstat (limited to 'spec')
-rw-r--r--spec/integration/ruby/bundler_spec.rb5
1 files changed, 1 insertions, 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