From e1afa8ba55a3df1151e1b73ed3aa528e53ea3f06 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 21 Apr 2020 23:15:36 -0600 Subject: Remove old report versions --- spec/integration/ruby/bundler_spec.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'spec/integration/ruby/bundler_spec.rb') 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 -- cgit v1.2.3