I stumbled upon this issue while developing some specs for my project. I wanted to mock a HalClient::Representation by providing the parsed_json option to the constructor.
If the parsed_json hash keys are symbols instead of strings, things don't work quite like they should.
I'll leave a sample interaction for you to validate if this is something you'd like to see patched or not. Let me know !
Hi there,
I stumbled upon this issue while developing some specs for my project. I wanted to mock a
HalClient::Representation
by providing theparsed_json
option to the constructor.If the
parsed_json
hash keys are symbols instead of strings, things don't work quite like they should.I'll leave a sample interaction for you to validate if this is something you'd like to see patched or not. Let me know !