aboutsummaryrefslogtreecommitdiffstats
path: root/features/authentification.feature
diff options
context:
space:
mode:
authorjpl2016-08-23 11:28:06 +0200
committerjpl2016-08-23 11:28:06 +0200
commit8b3f3055ec5ee19bdaf9f334c83cfcdd01c7ed0b (patch)
tree5f542928e52540fd2d7bead72644e11186a9f3ca /features/authentification.feature
parentcdd593a7faddbcf61ca71eb57421478623aed897 (diff)
downloadchouette-core-8b3f3055ec5ee19bdaf9f334c83cfcdd01c7ed0b.tar.bz2
Refs #1482: adding cucumber for tests
Diffstat (limited to 'features/authentification.feature')
-rw-r--r--features/authentification.feature9
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