Skip to content

Commit 4538838

Browse files
authored
Merge pull request #589 from pvdb/refactor_heredocs
chore: refactor/reformat the heredocs (in tests) ...
2 parents 3ae728f + baf279c commit 4538838

5 files changed

+364
-364
lines changed

test/helper.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ def rake_system_dir
9696
FileUtils.mkdir_p @system_dir
9797

9898
open File.join(@system_dir, "sys1.rake"), "w" do |io|
99-
io << <<-SYS
100-
task "sys1" do
101-
puts "SYS1"
102-
end
99+
io << <<~SYS
100+
task "sys1" do
101+
puts "SYS1"
102+
end
103103
SYS
104104
end
105105

0 commit comments

Comments
 (0)