]> git.openstreetmap.org Git - rails.git/commit
Use squiggly heredocs instead of rails strip_heredoc
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 11 Dec 2019 09:54:19 +0000 (10:54 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 11 Dec 2019 09:54:19 +0000 (10:54 +0100)
commit7595e5a4ddd36627e48be7d36e2a2298627ee021
treeff5918269a33703aa64c2538a084c9051d90a76b
parentb9d97853309d6dea803729215e9599647047f69a
Use squiggly heredocs instead of rails strip_heredoc

Squiggly heredocs were introduced in ruby 2.3 and I prefer the ability
to indent the closing heredoc marker.
test/controllers/api/changesets_controller_test.rb
test/controllers/api/relations_controller_test.rb
test/integration/compressed_requests_test.rb