set confidence for reference matcher

This commit is contained in:
Ben Balter 2017-11-03 18:57:43 -04:00
parent 25e7388aaa
commit e1c41dd360
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ module Licensee
end
def confidence
raise 'Not implemented'
90
end
end
end