Files
openfoodnetwork/spec/controllers
Maikel Linke dc122a9450 Fix infinite loop in spec
The spec was setting the order's state to "complete" but didn't save
that state to the database. The new locking mechanism is was reloading
the order which loaded the cart state again. And since the order.next
method was mocked to just return true, the controller was trying to do
that in an infinite loop.
2019-11-19 18:18:01 +11:00
..
2019-07-17 12:08:51 +01:00
2019-11-10 18:42:43 +00:00
2019-11-10 18:42:43 +00:00