Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2a8db669
Commit
2a8db669
authored
Jun 02, 2020
by
Albert Salim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use require_relative in tooling test
parent
f6d1e7d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
spec/fast_spec_helper.rb
spec/fast_spec_helper.rb
+0
-1
spec/tooling/lib/tooling/test_file_finder_spec.rb
spec/tooling/lib/tooling/test_file_finder_spec.rb
+2
-2
No files found.
spec/fast_spec_helper.rb
View file @
2a8db669
...
...
@@ -13,6 +13,5 @@ require 'active_support/all'
ActiveSupport
::
Dependencies
.
autoload_paths
<<
'lib'
ActiveSupport
::
Dependencies
.
autoload_paths
<<
'ee/lib'
ActiveSupport
::
Dependencies
.
autoload_paths
<<
'tooling/lib'
ActiveSupport
::
XmlMini
.
backend
=
'Nokogiri'
spec/tooling/lib/tooling/test_file_finder_spec.rb
View file @
2a8db669
# frozen_string_literal: true
require
'fast_spec_help
er'
require
_relative
'../../../../tooling/lib/tooling/test_file_find
er'
describe
Tooling
::
TestFileFinder
do
RSpec
.
describe
Tooling
::
TestFileFinder
do
subject
{
Tooling
::
TestFileFinder
.
new
(
file
)
}
describe
'#test_files'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment