summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2018-01-19 18:25:43 +0000
committerNick Thomas <nick@gitlab.com>2018-01-19 18:25:43 +0000
commit5b4e518f4243173fd49175d06f70803ab8d30bd5 (patch)
treefb0de36928b3ab10c3e9819992b2a5b1b602b58a
parent8e6be9b121907bbc1c0f10fb418bfa4f4b87772d (diff)
downloadgitlab-ce-40744-idempotent-ids.tar.gz
-rw-r--r--spec/migrations/rename_reserved_project_names_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/rename_reserved_project_names_spec.rb b/spec/migrations/rename_reserved_project_names_spec.rb
index c6f648a0d07..e6555b1fe6b 100644
--- a/spec/migrations/rename_reserved_project_names_spec.rb
+++ b/spec/migrations/rename_reserved_project_names_spec.rb
@@ -5,7 +5,7 @@ require Rails.root.join('db', 'post_migrate', '20161221153951_rename_reserved_pr
# This migration uses multiple threads, and thus different transactions. This
# means data created in this spec may not be visible to some threads. To work
-# around this we use the TRUNCATE cleaning strategy.
+# around this we use the DELETE cleaning strategy.
describe RenameReservedProjectNames, :delete do
let(:migration) { described_class.new }
let!(:project) { create(:project) }