summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiorgenes Gelatti <ggelatti@gitlab.com>2019-08-13 10:41:52 +1000
committerGiorgenes Gelatti <ggelatti@gitlab.com>2019-08-13 10:41:52 +1000
commitdd84b9a03d24d27edafc861a988239de30f08a46 (patch)
tree39197ed6809ccd5127b0e62284035d6e090f515e
parentf74de0c144473b20bded6d236bfef0ca010fd0c4 (diff)
downloadgitlab-ce-allow-focus-in-specs.tar.gz
Mention focus: true in the specsallow-focus-in-specs
-rw-r--r--doc/development/testing_guide/best_practices.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/testing_guide/best_practices.md b/doc/development/testing_guide/best_practices.md
index 448d9fd01c4..9d6792e9139 100644
--- a/doc/development/testing_guide/best_practices.md
+++ b/doc/development/testing_guide/best_practices.md
@@ -70,6 +70,7 @@ bundle exec rspec spec/[path]/[to]/[spec].rb
- On `before` and `after` hooks, prefer it scoped to `:context` over `:all`
- When using `evaluate_script("$('.js-foo').testSomething()")` (or `execute_script`) which acts on a given element,
use a Capyabara matcher beforehand (e.g. `find('.js-foo')`) to ensure the element actually exists.
+- Use `focus: true` to isolate parts of the specs you want to run.
[four-phase-test]: https://robots.thoughtbot.com/four-phase-test