From d03e11e2bc88eb7c26aae6a983d1cb4edcddd375 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 10 Sep 2020 16:28:14 -0600 Subject: test: update test to fetch a single dependency --- spec/integration/ruby/bundler_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/integration/ruby') diff --git a/spec/integration/ruby/bundler_spec.rb b/spec/integration/ruby/bundler_spec.rb index 953aec9..a08ef47 100644 --- a/spec/integration/ruby/bundler_spec.rb +++ b/spec/integration/ruby/bundler_spec.rb @@ -108,8 +108,8 @@ RSpec.describe "bundler" do specify do expect(subject).to match_schema - expect(subject.dependency_names).to include("spandx") - expect(subject.licenses_for('spandx')).to match_array('MIT') + expect(subject.dependency_names).to include("net-hippie") + expect(subject.licenses_for('net-hippie')).to match_array('MIT') end end -- cgit v1.2.3