You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2024. It is now read-only.
I'm trying to modify version 1.1.8 of this gem and am running into some issues with the test suite. I'm thinking it might could be that I'm not using the expected versions of the dependency gems.
One of the errors I'm most concerned about is:
Failure:
test_attribute_hash_access(TestOfNokogiriDriver) [tests/xml_query_front_test.rb:183]:
<"bl\xC3\xA5b\xC3\xA6rgr\xC3\xB8d"> expected but was
<"blåbærgrød">.
Note that I have only modified one line of code for this gem that handles how it deals with parsing errors for NokoGiri. Any advice on how to set up the test environment would be greatly appreciated. Thanks!