pango: use new test DSL

This commit is contained in:
Jack Nagel 2013-01-06 21:23:22 -06:00
parent db144fd9fe
commit b598da2831

View file

@ -49,11 +49,9 @@ class Pango < Formula
system "make install"
end
def test
mktemp do
system "#{bin}/pango-view", "-t", "test-image",
"--waterfall", "--rotate=10",
"--annotate=1", "--header"
end
test do
system "#{bin}/pango-view", "-t", "test-image",
"--waterfall", "--rotate=10",
"--annotate=1", "--header"
end
end