summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-01-22 17:50:39 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-01-22 17:50:39 +0000
commitb5935655380b03fcd3e305ab13ba54a2e9022afa (patch)
tree2013f517cf0a8447a38fd6f0426e6fd0869df4a5
parent00aaf50326c16835983d45015e6594fbabe013ef (diff)
downloadgitlab-ce-add-js-note-live-debug.tar.gz
Add note about live_debug only working on javascript enabled specsadd-js-note-live-debug
-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