discount: url updates in test

This commit is contained in:
Viktor Szakats 2017-03-20 17:43:42 +01:00 committed by FX Coudert
parent d7b3d7ef75
commit 43a7dfadd0

View file

@ -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