spec/licensee/license_spec.rb in licensee-9.10.1 vs spec/licensee/license_spec.rb in licensee-9.11.0

- old
+ new

@@ -12,10 +12,10 @@ let(:unlicense) { described_class.find('unlicense') } let(:other) { described_class.find('other') } let(:no_license) { described_class.find('no-license') } let(:gpl) { described_class.find('gpl-3.0') } let(:lgpl) { described_class.find('lgpl-3.0') } - let(:content_hash) { '46cdc03462b9af57968df67b450cc4372ac41f53' } + let(:content_hash) { license_hashes['mit'] } let(:license_dir) do File.expand_path 'vendor/choosealicense.com/_licenses', project_root end