Feature: Unauthenticated access As a visitor without a session I want to be redirected to the login page So that I can sign in before using the app Scenario: Visiting the app without a session redirects to login Given I am not signed in When I visit "/" Then the URL should include "/login" And I should see the heading "Se connecter"