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/tooling/docs/deprecation_handling_spec.rb')
-rw-r--r--spec/tooling/docs/deprecation_handling_spec.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/spec/tooling/docs/deprecation_handling_spec.rb b/spec/tooling/docs/deprecation_handling_spec.rb
index e389fe882b2..e43f5c7147b 100644
--- a/spec/tooling/docs/deprecation_handling_spec.rb
+++ b/spec/tooling/docs/deprecation_handling_spec.rb
@@ -1,12 +1,10 @@
# frozen_string_literal: true
-require_relative '../../fast_spec_helper'
+require 'spec_helper'
+
require_relative '../../../tooling/docs/deprecation_handling'
-require_relative '../../support/helpers/next_instance_of'
RSpec.describe Docs::DeprecationHandling do
- include ::NextInstanceOf
-
let(:type) { 'deprecation' }
subject { described_class.new(type).render }