summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2018-01-04 10:59:08 +0000
committerRémy Coutable <remy@rymai.me>2018-01-04 10:59:08 +0000
commit55137e200d9f9f8cdbdadc96cf098a088873e3f1 (patch)
treee620b5aa4b6e3c78f5684918956d56cda79506bb
parentac409fb44402622dfd6abb076f7a85df4b27d39d (diff)
downloadgitlab-ce-55137e200d9f9f8cdbdadc96cf098a088873e3f1.tar.gz
Include integration tests in CE/EE testing documentation
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 01d4a546b97..2b79f0825e2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -553,7 +553,7 @@ the feature you contribute through all of these steps.
1. Description explaining the relevancy (see following item)
1. Working and clean code that is commented where needed
-1. [Unit and system tests][testing] that pass on the CI server
+1. [Unit, integration, and system tests][testing] that pass on the CI server
1. Performance/scalability implications have been considered, addressed, and tested
1. [Documented][doc-styleguide] in the `/doc` directory
1. [Changelog entry added][changelog], if necessary