mirror of https://github.com/licensee/licensee.git
failing test for excluding COPYRIGHT files
This commit is contained in:
parent
5d2685d1a5
commit
45eaeacd68
|
@ -240,5 +240,13 @@
|
|||
expect(subject.license_files.last.filename).to eql('LICENSE')
|
||||
end
|
||||
end
|
||||
|
||||
context 'with a copyright file' do
|
||||
let(:fixture) { 'mit-with-copyright' }
|
||||
|
||||
it 'returns MIT' do
|
||||
expect(subject.license).to eql(mit)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue