diff options
| author | jpl | 2016-08-23 11:28:06 +0200 | 
|---|---|---|
| committer | jpl | 2016-08-23 11:28:06 +0200 | 
| commit | 8b3f3055ec5ee19bdaf9f334c83cfcdd01c7ed0b (patch) | |
| tree | 5f542928e52540fd2d7bead72644e11186a9f3ca /features/authentification.feature | |
| parent | cdd593a7faddbcf61ca71eb57421478623aed897 (diff) | |
| download | chouette-core-8b3f3055ec5ee19bdaf9f334c83cfcdd01c7ed0b.tar.bz2 | |
Refs #1482: adding cucumber for tests
Diffstat (limited to 'features/authentification.feature')
| -rw-r--r-- | features/authentification.feature | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/features/authentification.feature b/features/authentification.feature new file mode 100644 index 000000000..330959178 --- /dev/null +++ b/features/authentification.feature @@ -0,0 +1,9 @@ +# language: fr +Fonctionnalité: Authentification + +  Contexte: Utilisateur enregistré  +    Etant donné un compte confirmé pour "john@stif-boiv.info" avec un nom d'utilisateur "john" + +    Scénario: Un utilisateur non connecté ne doit pas pouvoir accéder à l'application +      Etant donné que je suis déconnecté +      # Alors je ne dois pas pouvoir visiter la page "d'accueil"
\ No newline at end of file | 
