abnfgen: rubocop tweaks.

This commit is contained in:
Mike McQuaid 2016-10-22 13:33:53 +01:00
parent dfe5d673d0
commit 29d8cf475a

View file

@ -20,7 +20,7 @@ class Abnfgen < Formula
end
test do
(testpath/"grammar").write %(ring = 1*12("ding" SP) "dong" CRLF)
(testpath/"grammar").write 'ring = 1*12("ding" SP) "dong" CRLF'
system "#{bin}/abnfgen", (testpath/"grammar")
end
end