diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-07-18 16:58:05 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-07-18 16:58:05 -0400 |
commit | b92709eaf4b513d4cf86c6cef0598b9cd1f45f13 (patch) | |
tree | be62b28507e72660a1a5c7ef2efcdc958fbd0dcc /doc/development/testing.md | |
parent | 651bf36cc5d485a7c136f93b21b97bc807dd2188 (diff) | |
download | gitlab-ce-b92709eaf4b513d4cf86c6cef0598b9cd1f45f13.tar.gz |
Remove developer documentation about not describing symbolsrs-remove-describe-symbol-docs
This is now covered by rubocop-rspec.
Diffstat (limited to 'doc/development/testing.md')
-rw-r--r-- | doc/development/testing.md | 1 |
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_). |