summaryrefslogtreecommitdiff
path: root/doc/development/testing_guide/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/testing_guide/index.md')
-rw-r--r--doc/development/testing_guide/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/development/testing_guide/index.md b/doc/development/testing_guide/index.md
index 9db664db066..38b1fe1a193 100644
--- a/doc/development/testing_guide/index.md
+++ b/doc/development/testing_guide/index.md
@@ -1,4 +1,4 @@
-# Testing Standards and Style Guidelines
+# Testing standards and style guidelines
This document describes various guidelines and best practices for automated
testing of the GitLab project.
@@ -31,14 +31,14 @@ changes should be tested.
---
-## [Testing Best practices](best_practices.md)
+## [Testing best practices](best_practices.md)
Everything you should know about how to write good tests: RSpec, FactoryGirl,
system tests, parameterized tests etc.
---
-## [Frontend Testing](frontend_testing.md)
+## [Frontend testing standards and style guidelines](frontend_testing.md)
Everything you should know about how to write good Frontend tests: Karma,
testing promises, stubbing etc.
@@ -59,7 +59,7 @@ parallelization, monitoring.
---
-## [Testing Rake Tasks](testing_rake_tasks.md)
+## [Testing Rake tasks](testing_rake_tasks.md)
Everything you should know about how to test Rake tasks.