From a9ebe42b9fb711e53079f697a711213790c53775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 7 Sep 2012 22:12:07 +0200 Subject: [PATCH] turn mailer on in test env so the stubs can take action --- config/application.yml.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/application.yml.example b/config/application.yml.example index aff6d5131..54abba54c 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -264,6 +264,7 @@ test: open_invitations: true no_follow_diasporahq: true serve_static_assets: true + mailer_on: true integration1: <<: *defaults @@ -273,4 +274,4 @@ integration1: integration2: <<: *defaults pod_url: "http://localhost:3002/" - serve_static_assets: true \ No newline at end of file + serve_static_assets: true