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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-02 18:08:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-02 18:08:24 +0300
commiteea1fbf9f980fed108601412b63e627d3eebd46d (patch)
tree11df1e2bab7dcf8c0127890a5b5f6767c5c7b786 /spec/tooling/lib
parent810bd2a662abaa60663ec19bcb55f883d329eb07 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/tooling/lib')
-rw-r--r--spec/tooling/lib/tooling/test_file_finder_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/tooling/lib/tooling/test_file_finder_spec.rb b/spec/tooling/lib/tooling/test_file_finder_spec.rb
index 7a5d39a014a..a56600709c6 100644
--- a/spec/tooling/lib/tooling/test_file_finder_spec.rb
+++ b/spec/tooling/lib/tooling/test_file_finder_spec.rb
@@ -1,8 +1,8 @@
# frozen_string_literal: true
-require 'fast_spec_helper'
+require_relative '../../../../tooling/lib/tooling/test_file_finder'
-describe Tooling::TestFileFinder do
+RSpec.describe Tooling::TestFileFinder do
subject { Tooling::TestFileFinder.new(file) }
describe '#test_files' do