summaryrefslogtreecommitdiff
path: root/spec/integration
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-10 16:28:14 -0600
committermo khan <mo.khan@gmail.com>2020-09-10 16:28:14 -0600
commitd03e11e2bc88eb7c26aae6a983d1cb4edcddd375 (patch)
tree50cc90f42c03e81d3220ca2f295544e403c22726 /spec/integration
parent6a56e4ff0047921f5afc4e106659e2bae1411da4 (diff)
test: update test to fetch a single dependency
Diffstat (limited to 'spec/integration')
-rw-r--r--spec/integration/ruby/bundler_spec.rb4
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