proselint

This commit is contained in:
FX Coudert 2018-10-10 13:37:17 +02:00
parent 367c7933f7
commit b43c034650

View file

@ -39,6 +39,6 @@ class Proselint < Formula
test do
output = pipe_output("#{bin}/proselint --compact -", "John is very unique.")
assert_match /weasel_words\.very.*uncomparables/m, output
assert_match "Comparison of an uncomparable", output
end
end