summaryrefslogtreecommitdiff
path: root/qa/spec/git
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2019-02-11 09:04:59 +0000
committerRamya Authappan <rauthappan@gitlab.com>2019-02-11 09:04:59 +0000
commit97265d39e72cbb32468a3f1d671820528af02a8b (patch)
tree03c7d01e071ce0843987ad6f1eb96234fa20074a /qa/spec/git
parent25af9032750c215860829fecb196da1e1c5ace6b (diff)
downloadgitlab-ce-97265d39e72cbb32468a3f1d671820528af02a8b.tar.gz
[CE] Improve `wait_for_push`
Diffstat (limited to 'qa/spec/git')
-rw-r--r--qa/spec/git/repository_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/spec/git/repository_spec.rb b/qa/spec/git/repository_spec.rb
index 4a350cd6c42..62c81050bd9 100644
--- a/qa/spec/git/repository_spec.rb
+++ b/qa/spec/git/repository_spec.rb
@@ -1,5 +1,5 @@
describe QA::Git::Repository do
- include Support::StubENV
+ include Helpers::StubENV
shared_context 'git directory' do
let(:repository) { described_class.new }