test/excon/resource_object_test.rb in excon-hypermedia-0.4.3 vs test/excon/resource_object_test.rb in excon-hypermedia-0.5.0
- old
+ new
@@ -8,10 +8,10 @@
#
# Validate the workings of `Excon::HyperResource::ResourceObject`.
#
class ResourceObjectTest < Minitest::Test
def body
- <<~EOF
+ <<-EOF
{
"_links": {
"hello": {
"href": "http://www.example.com/hello/{location}"
}