just: use “squiggly” heredocs.
This commit is contained in:
parent
f18d66e79a
commit
593ef20b2d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Just < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
(testpath/"justfile").write <<-EOS.undent
|
||||
(testpath/"justfile").write <<~EOS
|
||||
default:
|
||||
touch it-worked
|
||||
EOS
|
||||
|
|
Loading…
Reference in a new issue