From 3b85e26adbc416295c260002d6d84e6a0bf4c076 Mon Sep 17 00:00:00 2001 From: Evan Read <eread@gitlab.com> Date: Wed, 22 Apr 2020 09:23:00 +1000 Subject: [PATCH] Sync Vale substitutions rules from GitLab project --- doc/.vale/gitlab/Substitutions.yml | 4 ++++ doc/howto/troubleshooting.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/.vale/gitlab/Substitutions.yml b/doc/.vale/gitlab/Substitutions.yml index 44b96d1a5e3..0a96fe615e8 100644 --- a/doc/.vale/gitlab/Substitutions.yml +++ b/doc/.vale/gitlab/Substitutions.yml @@ -12,5 +12,9 @@ swap: param: parameter params: parameters postgres: PostgreSQL + raketask: Rake task + raketasks: Rake tasks + rspec: RSpec self hosted: self-managed self-hosted: self-managed + yaml: YAML diff --git a/doc/howto/troubleshooting.md b/doc/howto/troubleshooting.md index 567b44f916e..4639fcd12ec 100644 --- a/doc/howto/troubleshooting.md +++ b/doc/howto/troubleshooting.md @@ -610,7 +610,7 @@ If you still encounter some errors, see the troubleshooting FAQ below: ## Testing environment database problems -There may be times when running spinach feature tests or rspec tests +There may be times when running spinach feature tests or RSpec tests steps such as `sign-up` or `log-out` will fail for no apparent reason. In that case what you need to do is run the following command inside the `gitlab` directory: -- GitLab