ifad / colore

COmmon LOcal REpository
MIT License
0 stars 3 forks source link

Replace deprecated URI.escape #287

Closed tagliala closed 1 month ago

tagliala commented 1 month ago

This commit updates the specs to use URI.encode_www_form_component instead of the deprecated URI.escape method.

This update removes usage of a deprecated method, improving the codebase's compatibility with newer Ruby versions while maintaining the original functionality of the tests.