just: use “squiggly” heredocs.

This commit is contained in:
ilovezfs 2017-11-07 11:51:11 -08:00
parent f18d66e79a
commit 593ef20b2d

View file

@ -18,7 +18,7 @@ class Just < Formula
end
test do
(testpath/"justfile").write <<-EOS.undent
(testpath/"justfile").write <<~EOS
default:
touch it-worked
EOS