fastbit: use “squiggly” heredocs.
This commit is contained in:
parent
99f607fbbf
commit
b4b692a257
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Fastbit < Formula
|
|||
test do
|
||||
assert_equal prefix.to_s,
|
||||
shell_output("#{bin}/fastbit-config --prefix").chomp
|
||||
(testpath/"test.csv").write <<-EOS
|
||||
(testpath/"test.csv").write <<~EOS
|
||||
Potter,Harry
|
||||
Granger,Hermione
|
||||
Weasley,Ron
|
||||
|
|
Loading…
Reference in a new issue