test/excon/link_object_test.rb in excon-hypermedia-0.4.3 vs test/excon/link_object_test.rb in excon-hypermedia-0.5.0
- old
+ new
@@ -16,10 +16,10 @@
def templated
'{ "href": "https://www.example.org/hello/{receiver}", "templated": "true" }'
end
def full
- <<~EOF
+ <<-EOF
{
"href": "https://www.example.org/goodbye/{receiver}",
"templated": "true",
"type": "json",
"deprecation": true,