Our company is using this gem and we are grateful for the recent fix pushed to master. However, we found that there was a bug with screenshot_urls and cover_image_url.
cover_image_url was being overwritten by the screenshot_urls parse. In turn, screenshot_urls was not returning all screenshots.
I have updated the tests to reflect the change. I also removed the xit tests as these were no longer being parsed.
Coverage decreased (-0.003%) to 99.499% when pulling 9f13a48f849a36a7cd241bb63c173355ab684299 on GetBlast:fix_screenshot_url_bug into 669275575c006902b29a7a7948832dada688ed8d on chadrem:master.
Our company is using this gem and we are grateful for the recent fix pushed to master. However, we found that there was a bug with screenshot_urls and cover_image_url.
cover_image_url was being overwritten by the screenshot_urls parse. In turn, screenshot_urls was not returning all screenshots.
I have updated the tests to reflect the change. I also removed the
xit
tests as these were no longer being parsed.