discount: url updates in test
This commit is contained in:
parent
d7b3d7ef75
commit
43a7dfadd0
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ class Discount < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
markdown = "[Homebrew](http://brew.sh)"
|
||||
html = "<p><a href=\"http://brew.sh\">Homebrew</a></p>"
|
||||
markdown = "[Homebrew](https://brew.sh/)"
|
||||
html = "<p><a href=\"https://brew.sh/\">Homebrew</a></p>"
|
||||
assert_equal html, pipe_output(bin/"markdown", markdown, 0).chomp
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue