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:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-27 11:44:07 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-27 11:44:07 +0300
commit9c87a3499cc0ad2ffda13b843b5095998b20c0d8 (patch)
treeb725534981de49274323e873098e0a3b790f1bf9 /doc/development/background_migrations.md
parenta200715ff5ac6d690c405bc770df33f6d2210a57 (diff)
Update capitalization in /dev docs
Clean up capitalization in /development /gitlab-basics and /install
Diffstat (limited to 'doc/development/background_migrations.md')
-rw-r--r--doc/development/background_migrations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/background_migrations.md b/doc/development/background_migrations.md
index 642dac614c7..3fd95537eaa 100644
--- a/doc/development/background_migrations.md
+++ b/doc/development/background_migrations.md
@@ -294,7 +294,7 @@ to migrate you database down and up, which can result in other background
migrations being called. That means that using `spy` test doubles with
`have_received` is encouraged, instead of using regular test doubles, because
your expectations defined in a `it` block can conflict with what is being
-called in RSpec hooks. See [gitlab-org/gitlab-ce#35351][issue-rspec-hooks]
+called in RSpec hooks. See [issue #35351][issue-rspec-hooks]
for more details.
## Best practices