mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-01 21:47:16 +00:00
The `registration_path` helper resolves to `/signup` in Spree controllers due to spree_auth_device > config > routes.rb. We worked around that in: https://github.com/openfoodfoundation/openfoodnetwork/pull/3174 Here we add a spec for this so that we can test more easily if we can remove that workaround or detect it's accidental removal.