From f82b9e48ec038a3718aeeeb248b0a01c9f88fa33 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 31 Jul 2014 15:39:01 +0300 Subject: Dont stub gitlab-shell calls. Make test environment closer to real one --- features/support/env.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'features/support') diff --git a/features/support/env.rb b/features/support/env.rb index 3ab2ce0a3e6..5b3e78cbec3 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -39,7 +39,6 @@ Capybara.ignore_hidden_elements = false DatabaseCleaner.strategy = :truncation Spinach.hooks.before_scenario do - TestEnv.setup_stubs DatabaseCleaner.start end -- cgit v1.2.1