mirror of
https://github.com/github/choosealicense.com
synced 2025-01-06 19:54:33 +01:00
fix yaml, test
This commit is contained in:
parent
44c8b266ac
commit
379bf41d44
@ -10,6 +10,7 @@ describe 'shown licenses' do
|
||||
apache-2.0
|
||||
bsd-2-clause
|
||||
bsd-3-clause
|
||||
cc0-1.0
|
||||
epl-2.0
|
||||
gpl-2.0
|
||||
gpl-3.0
|
||||
@ -21,7 +22,7 @@ describe 'shown licenses' do
|
||||
].freeze
|
||||
|
||||
it 'has the expected number of shown licenses' do
|
||||
expect(shown_licenses.count).to eql(12)
|
||||
expect(shown_licenses.count).to eql(13)
|
||||
end
|
||||
|
||||
shown_licenses.each do |license|
|
||||
|
Loading…
x
Reference in New Issue
Block a user