abnfgen: rubocop tweaks.
This commit is contained in:
parent
dfe5d673d0
commit
29d8cf475a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue