From 32d52eb6dd32c58016fa99e05078836cb0dcabde Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 22 Jan 2020 03:08:26 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- scripts/flaky_examples/prune-old-flaky-examples | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/flaky_examples/prune-old-flaky-examples b/scripts/flaky_examples/prune-old-flaky-examples index 7700b93438b..4df49c6d8fa 100755 --- a/scripts/flaky_examples/prune-old-flaky-examples +++ b/scripts/flaky_examples/prune-old-flaky-examples @@ -7,7 +7,7 @@ require 'rubygems' # In newer Ruby, alias_method is not private then we don't need __send__ singleton_class.__send__(:alias_method, :require_dependency, :require) # rubocop:disable GitlabSecurity/PublicSend -$:.unshift(File.expand_path('../lib', __dir__)) +$:.unshift(File.expand_path('../../lib', __dir__)) require 'rspec_flaky/report' -- cgit v1.2.3