Skip to content

Commit

Permalink
Merge pull request #589 from pvdb/refactor_heredocs
Browse files Browse the repository at this point in the history
chore: refactor/reformat the heredocs (in tests) ...
  • Loading branch information
hsbt authored Oct 1, 2024
2 parents 3ae728f + baf279c commit 4538838
Show file tree
Hide file tree
Showing 5 changed files with 364 additions and 364 deletions.
8 changes: 4 additions & 4 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ def rake_system_dir
FileUtils.mkdir_p @system_dir

open File.join(@system_dir, "sys1.rake"), "w" do |io|
io << <<-SYS
task "sys1" do
puts "SYS1"
end
io << <<~SYS
task "sys1" do
puts "SYS1"
end
SYS
end

Expand Down
Loading

0 comments on commit 4538838

Please sign in to comment.