diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-03 15:11:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-03 15:11:31 +0000 |
commit | e6fa9529b4922a4c552e8908a2929ff995e8b53d (patch) | |
tree | 9ccfea4d253faa8c202f753631961a794af44ad6 /spec/scripts/trigger-build_spec.rb | |
parent | 720cf698151643831bf36e3bd4ccd1c8e9246184 (diff) | |
download | gitlab-ce-e6fa9529b4922a4c552e8908a2929ff995e8b53d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/scripts/trigger-build_spec.rb')
-rw-r--r-- | spec/scripts/trigger-build_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/scripts/trigger-build_spec.rb b/spec/scripts/trigger-build_spec.rb index ac8e3c7797c..9032ba85b9f 100644 --- a/spec/scripts/trigger-build_spec.rb +++ b/spec/scripts/trigger-build_spec.rb @@ -229,6 +229,7 @@ RSpec.describe Trigger do context "when set in a file" do before do + stub_env(version_file) allow(File).to receive(:read).and_call_original end |