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/rake_helper.rb')
-rw-r--r--spec/rake_helper.rb14
1 files changed, 1 insertions, 13 deletions
diff --git a/spec/rake_helper.rb b/spec/rake_helper.rb
index 53bd36542b7..aa9e976d27d 100644
--- a/spec/rake_helper.rb
+++ b/spec/rake_helper.rb
@@ -1,17 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
-require 'rake'
-RSpec.configure do |config|
- config.include RakeHelpers
-
- config.before(:all, type: :task) do
- Rake.application.rake_require 'tasks/gitlab/helpers'
- Rake::Task.define_task :environment
- end
-
- config.after(:all, type: :task) do
- delete_from_all_tables!(except: deletion_except_tables)
- end
-end
+warn "WARNING: Using `require 'rake_helper'` has no effect. Use `require 'spec_helper'` instead."