test/excon/links_test.rb in excon-hypermedia-0.4.3 vs test/excon/links_test.rb in excon-hypermedia-0.5.0
- old
+ new
@@ -8,10 +8,10 @@
#
# Validate the workings of `Excon::HyperResource::Resource::Links`.
#
class LinksTest < Minitest::Test
def body
- <<~EOF
+ <<-EOF
{
"_links": {
"self": {
"href": "https://www.example.org/product/bicycle"
},