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