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/scripts/generate_message_to_run_e2e_pipeline_spec.rb')
-rw-r--r--spec/scripts/generate_message_to_run_e2e_pipeline_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/scripts/generate_message_to_run_e2e_pipeline_spec.rb b/spec/scripts/generate_message_to_run_e2e_pipeline_spec.rb
index aee16334003..61307937101 100644
--- a/spec/scripts/generate_message_to_run_e2e_pipeline_spec.rb
+++ b/spec/scripts/generate_message_to_run_e2e_pipeline_spec.rb
@@ -3,8 +3,8 @@
# rubocop:disable RSpec/VerifiedDoubles
require 'fast_spec_helper'
+require 'gitlab/rspec/all'
require_relative '../../scripts/generate-message-to-run-e2e-pipeline'
-require_relative '../support/helpers/stub_env'
RSpec.describe GenerateMessageToRunE2ePipeline, feature_category: :tooling do
include StubENV