summaryrefslogtreecommitdiff
path: root/spec/integration/ruby/bundler_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/ruby/bundler_spec.rb')
-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