From 55f41f3786b3be501624331cdc6548686fbdac19 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 16 Jan 2018 17:58:53 +0100 Subject: [PATCH 1/2] Add missing requirements to FIXME --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e22c836c8..08e7972ec 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ Téléprocédures Simplifiées, ou TPS pour les intimes, est une plateforme 100 ### Tests - Chrome +- chromedriver : + * Mac : `brew install chromedriver` + * Linux : voir https://sites.google.com/a/chromium.org/chromedriver/downloads ## Initialisation de l'environnement de développement From 1ac6b78e138e87ebc1a2e435fe2a90802fc6b1b3 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 16 Jan 2018 17:59:01 +0100 Subject: [PATCH 2/2] Remove trailing whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08e7972ec..d451e6c15 100644 --- a/README.md +++ b/README.md @@ -142,5 +142,5 @@ Pour exécuter les tests de l'application, plusieurs possibilités : - lister les comptes super admin : `bundle exec rake admin:list` -- supprimer un compte super admin : +- supprimer un compte super admin : `bundle exec rake admin:delete_admin[email-du-compte-github@exemple.com]`