summaryrefslogtreecommitdiff
path: root/db/fixtures/development/16_protected_branches.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/fixtures/development/16_protected_branches.rb')
-rw-r--r--db/fixtures/development/16_protected_branches.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/fixtures/development/16_protected_branches.rb b/db/fixtures/development/16_protected_branches.rb
index 103c7f9445c..39d466fb43f 100644
--- a/db/fixtures/development/16_protected_branches.rb
+++ b/db/fixtures/development/16_protected_branches.rb
@@ -1,3 +1,5 @@
+require './spec/support/sidekiq'
+
Gitlab::Seeder.quiet do
admin_user = User.find(1)