sumoheavy / jira-ruby

A Ruby gem for the JIRA REST API
MIT License
654 stars 412 forks source link

Update tests for to_json #436

Closed bobbrodie closed 4 months ago

bobbrodie commented 4 months ago

This is an update to the tests to support the change in https://github.com/sumoheavy/jira-ruby/pull/435/files. Introducing active_support/core_ext/object changes the behavior of to_json so we need to account for that.