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
I would really like a raise_all mode when running Bullet in tests.
Instead of just raising the first error, I want it to raise all of them at once.
I cannot see how this could be implemented with the current pattern of the notifiers.
Currently we are using a custom bullet_teardown after each test and monkey-patched the Bullet::Rack middleware to combine all errors the same way:
Hello!
I would really like a
raise_all
mode when running Bullet in tests.Instead of just raising the first error, I want it to raise all of them at once.
I cannot see how this could be implemented with the current pattern of the notifiers.
Currently we are using a custom
bullet_teardown
after each test and monkey-patched theBullet::Rack
middleware to combine all errors the same way:The text was updated successfully, but these errors were encountered: