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