toptal / crystalball

Regression Test Selection library for your RSpec test suite
https://toptal.github.io/crystalball/
MIT License
322 stars 41 forks source link

Use factories.find instead of factory_by_name #125

Closed henrich-m closed 1 year ago

henrich-m commented 4 years ago

Why? factory_by_name is deprecated since version 5.1 and will be removed in version 6.0; More info at: https://github.com/thoughtbot/factory_bot/blob/master/NEWS.md#510-september-21-2019

henrich-m commented 4 years ago

Hi guys, any news about this PR ?

gustavodiel commented 2 years ago

Any updates on this? It is broken with the current factory bot

jonatas commented 2 years ago

@gustavodiel I'm not working at Toptal and I'm not sure people are really active in maintaining it. Maybe @pluff or @jodosha can help here 🤔 I'd strongly encourage you to apply the patch provided in this PR.