Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/test_env.rb')
-rw-r--r--spec/support/test_env.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/support/test_env.rb b/spec/support/test_env.rb
index a2e8f9054a4..3a678db2dfd 100644
--- a/spec/support/test_env.rb
+++ b/spec/support/test_env.rb
@@ -40,9 +40,6 @@ module TestEnv
# Setup GitLab shell for test instance
setup_gitlab_shell
- # Skip pre-receive check so we can use web editor
- disable_pre_receive
-
# Create repository for FactoryGirl.create(:project)
setup_factory_repo