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
40d5817a
Commit
40d5817a
authored
Apr 10, 2019
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Require possible EE extension
parent
8d98d61b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
spec/support/helpers/stub_configuration.rb
spec/support/helpers/stub_configuration.rb
+3
-1
spec/support/helpers/stub_object_storage.rb
spec/support/helpers/stub_object_storage.rb
+3
-1
No files found.
spec/support/helpers/stub_configuration.rb
View file @
40d5817a
...
...
@@ -121,5 +121,7 @@ module StubConfiguration
end
end
require_relative
'../../../ee/spec/support/helpers/ee/stub_configuration'
require_relative
'../../../ee/spec/support/helpers/ee/stub_configuration'
if
Dir
.
exist?
(
"
#{
__dir__
}
/../../../ee"
)
StubConfiguration
.
prepend
(
EE
::
StubConfiguration
)
spec/support/helpers/stub_object_storage.rb
View file @
40d5817a
...
...
@@ -74,5 +74,7 @@ module StubObjectStorage
end
end
require_relative
'../../../ee/spec/support/helpers/ee/stub_object_storage'
require_relative
'../../../ee/spec/support/helpers/ee/stub_object_storage'
if
Dir
.
exist?
(
"
#{
__dir__
}
/../../../ee"
)
StubObjectStorage
.
prepend
(
EE
::
StubObjectStorage
)
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