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:
authorAchilleas Pipinellis <axil@gitlab.com>2017-11-01 18:56:40 +0300
committer🚄 Job van der Voort 🚀 <job@gitlab.com>2017-11-01 18:56:40 +0300
commit69b4c5c01171bcd0ee2129cdcc00a8a59beb5322 (patch)
tree1bc965c8ed45f920f826d899e20dcfdcf2877d58 /doc/development/testing_guide/testing_rake_tasks.md
parent5c1459ef0f1fa4f091ccb735aba9fd918f53105d (diff)
Exclude comments from specific docs
Diffstat (limited to 'doc/development/testing_guide/testing_rake_tasks.md')
-rw-r--r--doc/development/testing_guide/testing_rake_tasks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing_guide/testing_rake_tasks.md b/doc/development/testing_guide/testing_rake_tasks.md
index 5bf185dd7b5..60163f1a230 100644
--- a/doc/development/testing_guide/testing_rake_tasks.md
+++ b/doc/development/testing_guide/testing_rake_tasks.md
@@ -1,4 +1,4 @@
-## Testing Rake tasks
+# Testing Rake tasks
To make testing Rake tasks a little easier, there is a helper that can be included
in lieu of the standard Spec helper. Instead of `require 'spec_helper'`, use