spec/licensee/matchers/cran_matcher_spec.rb in licensee-9.16.0 vs spec/licensee/matchers/cran_matcher_spec.rb in licensee-9.16.1

- old
+ new

@@ -2,11 +2,9 @@ RSpec.describe Licensee::Matchers::Cran do subject { described_class.new(file) } let(:mit) { Licensee::License.find('mit') } - let(:gpl2) { Licensee::License.find('gpl-2.0') } - let(:gpl3) { Licensee::License.find('gpl-3.0') } let(:content) { "License: MIT + file LICENSE\nPackage: test" } let(:file) { Licensee::ProjectFiles::LicenseFile.new(content, 'DESCRIPTION') } it 'stores the file' do expect(subject.file).to eql(file)