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:
authorblackst0ne <blackst0ne.ru@gmail.com>2018-05-10 08:35:07 +0300
committerblackst0ne <blackst0ne.ru@gmail.com>2018-05-14 10:53:57 +0300
commitc3882c261173226a4d14c83ea5fd1c13986d4754 (patch)
treed9115d07e773555a6ca103a03f7f4cf984fb64a7 /doc/development/database_debugging.md
parentf61c37c27d5bbc289374d0d77079c2a6988c15c2 (diff)
Clean up docs
Diffstat (limited to 'doc/development/database_debugging.md')
-rw-r--r--doc/development/database_debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/database_debugging.md b/doc/development/database_debugging.md
index 32f392f1303..9c31265e417 100644
--- a/doc/development/database_debugging.md
+++ b/doc/development/database_debugging.md
@@ -11,7 +11,7 @@ Available `RAILS_ENV`
- `production` (generally not for your main GDK db, but you may need this for e.g. omnibus)
- `development` (this is your main GDK db)
- - `test` (used for tests like rspec and spinach)
+ - `test` (used for tests like rspec)
## Nuke everything and start over