1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-29 07:03:02 +02:00

Merge branch 'gh-pages' into bom-test

This commit is contained in:
Ben Balter 2016-01-29 12:27:18 -05:00
commit b9cdd8cb08

View File

@ -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"] }