Feature: Reference data (diets, allergens) As a visitor filling in the signup wizard, or a signed-in user editing their profile I want to read the list of dietary regimes and allergens So that I can pick from them — before an account necessarily exists Scenario: A visitor without a session can read the list of dietary regimes When I send a GET request to "/reference/diets" Then the response status should be 200 And the reference list response should include "Végétarien" Scenario: A visitor without a session can read the list of allergens When I send a GET request to "/reference/allergies" Then the response status should be 200 And the reference list response should include "Arachides"