diff --git a/spec/license_spec.rb b/spec/license_spec.rb index 0d6a4d3..4cfb741 100644 --- a/spec/license_spec.rb +++ b/spec/license_spec.rb @@ -4,9 +4,6 @@ describe "licenses" do licenses.each do |license| - # "No license" isn't really a license, so no need to test - next if license["id"] == "no-license" - context "The #{license["title"]} license" do let(:id) { license["id"] }