Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-01-23 12:03:24 +0300
committerRémy Coutable <remy@rymai.me>2018-01-23 12:03:24 +0300
commit11463bf9ec06ccc5431f09ec19f627648f57c123 (patch)
tree776ce084837dbea9146d956d7e37d237037f265b
parentd2564dbcab5b716e3c327c5697204815c61795c0 (diff)
parentb5935655380b03fcd3e305ab13ba54a2e9022afa (diff)
Merge branch 'add-js-note-live-debug' into 'master'
Add note about live_debug only working on javascript enabled specs See merge request gitlab-org/gitlab-ce!16625
-rw-r--r--doc/development/testing_guide/best_practices.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/testing_guide/best_practices.md b/doc/development/testing_guide/best_practices.md
index f5e8b4f146f..df80cd9f584 100644
--- a/doc/development/testing_guide/best_practices.md
+++ b/doc/development/testing_guide/best_practices.md
@@ -88,6 +88,8 @@ Finished in 34.51 seconds (files took 0.76702 seconds to load)
1 example, 0 failures
```
+Note: `live_debug` only works on javascript enabled specs.
+
### `let` variables
GitLab's RSpec suite has made extensive use of `let` variables to reduce