From 6dcbd646ddc629258b017b2d08f2b98c076eb1c3 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 11 Apr 2013 11:50:58 +0300 Subject: disable mailer for Spinach --- features/support/env.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/support/env.rb') diff --git a/features/support/env.rb b/features/support/env.rb index 7c8a4aa9373..1693a588993 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -35,7 +35,7 @@ Capybara.ignore_hidden_elements = false DatabaseCleaner.strategy = :truncation Spinach.hooks.before_scenario do - TestEnv.init + TestEnv.init(mailer: false) DatabaseCleaner.start end -- cgit v1.2.1