spec/licensee/license_spec.rb in licensee-9.9.1 vs spec/licensee/license_spec.rb in licensee-9.9.2

- old
+ new

@@ -199,10 +199,10 @@ it 'returns the name' do expect(mit.name).to eql('MIT License') end it 'uses the default name when none exists' do - expect(other.name).to eql('Other') + expect(other.name).to eql('NOASSERTION') end it 'expoeses the nickname' do expect(gpl.nickname).to eql('GNU GPLv3') end