Skip to content

Commit 753a2d9

Browse files
author
Matt Bernier
authored
Changed license to look for .txt or .md :)
1 parent 836e468 commit 753a2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ruby_http_client.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def test_issue_template_exists
213213
end
214214

215215
def test_license_exists
216-
assert(File.file?('./LICENSE.md'))
216+
assert(File.file?('./LICENSE.md') || File.file?('./LICENSE.txt'))
217217
end
218218

219219
def test_pull_request_template_exists

0 commit comments

Comments
 (0)