Files
openfoodnetwork/spec
Maikel Linke 3dc3ebe584 Correctly include order id in return auth spec
The route to update a return authorization must include the order number
as id:

    /admin/orders/:order_id/return_authorizations/:id(.:format)

The spec only worked because the controller's ivars were not reset
between requests and the order was already set. But Rails 7 will reset
the ivars and it failed finding the order without a given id.
2023-03-07 08:46:36 +11:00
..
2023-02-14 08:08:20 +00:00
2023-02-16 14:27:21 +01:00
2023-02-24 15:10:46 +11:00
2022-02-16 10:23:22 +11:00