summaryrefslogtreecommitdiff
path: root/doc/development/testing.md
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-07-19 08:54:22 +0000
committerRémy Coutable <remy@rymai.me>2017-07-19 08:54:22 +0000
commitfa8ec52a717a1e019e867ebd884c20f5f17bbe02 (patch)
tree78c505d34eb36afc5651bac01b6c3970d6f86671 /doc/development/testing.md
parent6c8ea9fbb6b6fdda1552bf011bf99a63237a6d60 (diff)
parentb92709eaf4b513d4cf86c6cef0598b9cd1f45f13 (diff)
downloadgitlab-ce-fa8ec52a717a1e019e867ebd884c20f5f17bbe02.tar.gz
Merge branch 'rs-remove-describe-symbol-docs' into 'master'
Remove developer documentation about not describing symbols See merge request !12953
Diffstat (limited to 'doc/development/testing.md')
-rw-r--r--doc/development/testing.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/development/testing.md b/doc/development/testing.md
index fc84932354b..e6aa4ae8f2f 100644
--- a/doc/development/testing.md
+++ b/doc/development/testing.md
@@ -195,7 +195,6 @@ Please consult the [dedicated "Frontend testing" guide](./fe_guide/testing.md).
- Use `context` to test branching logic.
- Use multi-line `do...end` blocks for `before` and `after`, even when it would
fit on a single line.
-- Don't `describe` symbols (see [Gotchas](gotchas.md#dont-describe-symbols)).
- Don't assert against the absolute value of a sequence-generated attribute (see [Gotchas](gotchas.md#dont-assert-against-the-absolute-value-of-a-sequence-generated-attribute)).
- Don't supply the `:each` argument to hooks since it's the default.
- Prefer `not_to` to `to_not` (_this is enforced by RuboCop_).