spec/licensee/matchers/dice_matcher_spec.rb in licensee-9.11.0 vs spec/licensee/matchers/dice_matcher_spec.rb in licensee-9.12.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + RSpec.describe Licensee::Matchers::Dice do let(:mit) { Licensee::License.find('mit') } let(:gpl) { Licensee::License.find('gpl-3.0') } let(:agpl) { Licensee::License.find('agpl-3.0') } let(:cc_by) { Licensee::License.find('cc-by-4.0') }