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:
authorRémy Coutable <remy@rymai.me>2018-04-23 14:02:07 +0300
committerRémy Coutable <remy@rymai.me>2018-04-23 14:02:07 +0300
commit5b44097cf7a20a6bcdc38ac9ed43aac0ec33415e (patch)
tree79ff9cf1b17a16361803f7f50f6015572838a63a /doc/development/testing_guide/best_practices.md
parentc286c66f57e4fd716fe1746363f8c7cf4205cee3 (diff)
Address latest feedback
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/development/testing_guide/best_practices.md')
-rw-r--r--doc/development/testing_guide/best_practices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing_guide/best_practices.md b/doc/development/testing_guide/best_practices.md
index bf5144d6d1a..b77e9b7ff63 100644
--- a/doc/development/testing_guide/best_practices.md
+++ b/doc/development/testing_guide/best_practices.md
@@ -100,7 +100,7 @@ really fast since:
- Gems loading is skipped
- Rails app boot is skipped
-- Gitlab::Shell and Gitaly setup are skipped
+- gitlab-shell and Gitaly setup are skipped
- Test repositories setup are skipped
Note that in some cases, you might have to add some `require_dependency 'foo'`