spec/vendored_license_spec.rb in licensee-9.15.1 vs spec/vendored_license_spec.rb in licensee-9.15.2
- old
+ new
@@ -3,11 +3,9 @@
RSpec.describe 'vendored licenses' do
let(:filename) { 'LICENSE.txt' }
let(:license_file) do
Licensee::ProjectFiles::LicenseFile.new(content, filename)
end
- let(:detected_license) { license_file&.license }
- let(:wtfpl) { Licensee::License.find('wtfpl') }
Licensee.licenses(hidden: true).each do |license|
next if license.pseudo_license?
context "the #{license.name} license" do