summaryrefslogtreecommitdiff
path: root/features/support/env.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/support/env.rb')
-rw-r--r--features/support/env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/support/env.rb b/features/support/env.rb
index 480cb361b67..22f28987fe3 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -47,7 +47,7 @@ Spinach.hooks.after_scenario do
end
Spinach.hooks.before_run do
- TestEnv.init(mailer: false, init_repos: true, repos: false)
+ TestEnv.init(mailer: false)
RSpec::Mocks::setup self
include FactoryGirl::Syntax::Methods