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:
Diffstat (limited to 'spec/support/seed.rb')
-rw-r--r--spec/support/seed.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/support/seed.rb b/spec/support/seed.rb
deleted file mode 100644
index 36cb819763b..00000000000
--- a/spec/support/seed.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# frozen_string_literal: true
-
-RSpec.configure do |config|
- config.include SeedHelper, :seed_helper
-
- config.before(:all, :seed_helper) do
- ensure_seeds
- end
-end