summaryrefslogtreecommitdiff
path: root/spec/integration
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration')
-rw-r--r--spec/integration/ruby/bundler_spec.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/spec/integration/ruby/bundler_spec.rb b/spec/integration/ruby/bundler_spec.rb
index 18220b6..f2d479b 100644
--- a/spec/integration/ruby/bundler_spec.rb
+++ b/spec/integration/ruby/bundler_spec.rb
@@ -104,13 +104,7 @@ RSpec.describe 'bundler' do
expect(report).to match_schema(version: '2.0')
expect(report[:licenses]).not_to be_empty
- expect(report.find('net-hippie')).to eql({
- name: 'net-hippie',
- description: 'net/http for hippies. ☮️',
- url: 'https://github.com/mokhan/net-hippie/',
- paths: ['.'],
- licenses: ['MIT']
- })
+ expect(report.find('net-hippie')).to eql(name: 'net-hippie', licenses: ['MIT'])
end
end
end