From 69b4c5c01171bcd0ee2129cdcc00a8a59beb5322 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Wed, 1 Nov 2017 15:56:40 +0000 Subject: Exclude comments from specific docs --- doc/development/testing_guide/testing_rake_tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/testing_guide/testing_rake_tasks.md') 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 -- cgit v1.2.3