diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-10 16:28:14 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-10 16:28:14 -0600 |
| commit | d03e11e2bc88eb7c26aae6a983d1cb4edcddd375 (patch) | |
| tree | 50cc90f42c03e81d3220ca2f295544e403c22726 /spec/integration/ruby/bundler_spec.rb | |
| parent | 6a56e4ff0047921f5afc4e106659e2bae1411da4 (diff) | |
test: update test to fetch a single dependency
Diffstat (limited to 'spec/integration/ruby/bundler_spec.rb')
| -rw-r--r-- | spec/integration/ruby/bundler_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
