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:
authorClement Ho <clemmakesapps@gmail.com>2018-01-22 20:50:39 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-01-22 20:50:39 +0300
commitb5935655380b03fcd3e305ab13ba54a2e9022afa (patch)
tree2013f517cf0a8447a38fd6f0426e6fd0869df4a5 /doc/development
parent00aaf50326c16835983d45015e6594fbabe013ef (diff)
Add note about live_debug only working on javascript enabled specs
Diffstat (limited to 'doc/development')
-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