spec/licensee/matchers/dice_matcher_spec.rb in licensee-9.15.1 vs spec/licensee/matchers/dice_matcher_spec.rb in licensee-9.15.2

- old
+ new

@@ -25,10 +25,10 @@ expect(subject.matches_by_similarity[1]).to eql([agpl, 94.56967213114754]) expect(subject.matches_by_similarity[2]).to eql([lgpl, 26.821370750134918]) end it 'returns the match confidence' do - expect(subject.confidence).to be(100.0) + expect(subject.confidence).to eq(100.0) end context 'without a match' do let(:content) { 'Not really a license' }