From 379bf41d444da120d22f940469381c9e7ae1828a Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Wed, 20 Nov 2019 08:11:57 -0800 Subject: [PATCH] fix yaml, test --- _licenses/cc0-1.0.txt | 2 +- spec/license_shown_spec.rb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_licenses/cc0-1.0.txt b/_licenses/cc0-1.0.txt index 7f0679a..6fe2d15 100644 --- a/_licenses/cc0-1.0.txt +++ b/_licenses/cc0-1.0.txt @@ -2,7 +2,7 @@ title: Creative Commons Zero v1.0 Universal spdx-id: CC0-1.0 redirect_from: /licenses/cc0/ -hidden:false +hidden: false description: The Creative Commons CC0 Public Domain Dedication waives copyright interest in a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense. diff --git a/spec/license_shown_spec.rb b/spec/license_shown_spec.rb index 8ef6725..438a536 100644 --- a/spec/license_shown_spec.rb +++ b/spec/license_shown_spec.rb @@ -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|