mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-16 04:24:23 +00:00
If these are unit tests, it's much easier to find a `describe` with the method under test and putting all the tests exercising that method together. It turns out that `#update_payment_state` is by far the method that we test the most which leads me to think: a) this class might be doing too many things. b) other methods might not be that well covered.