1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-01 16:13:02 +02:00

add ohwr.org to license_meta_spec.rb

This commit is contained in:
nytpu 2021-08-24 09:58:37 -06:00
parent 8d4b35ef94
commit da312bcaa9

View File

@ -53,6 +53,8 @@ describe 'license meta' do
example_url.gsub!(%r{/tree/}, '/plain/') example_url.gsub!(%r{/tree/}, '/plain/')
elsif example_url.start_with?('https://bitbucket.org/') elsif example_url.start_with?('https://bitbucket.org/')
example_url.gsub!(%r{/src/}, '/raw/') example_url.gsub!(%r{/src/}, '/raw/')
elsif example_url.start_with?('https://ohwr.org/')
example_url.gsub!(%r{/blob/}, '/raw/')
end end
it "is a #{slug} license" do it "is a #{slug} license" do