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
892d4c53
Commit
892d4c53
authored
Oct 21, 2016
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Port gitlab-org/gitlab-ce!7033 to EE
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
78b25cfa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
features/support/capybara.rb
features/support/capybara.rb
+1
-1
spec/support/ldap_helpers.rb
spec/support/ldap_helpers.rb
+2
-0
No files found.
features/support/capybara.rb
View file @
892d4c53
...
@@ -20,5 +20,5 @@ unless ENV['CI'] || ENV['CI_SERVER']
...
@@ -20,5 +20,5 @@ unless ENV['CI'] || ENV['CI_SERVER']
end
end
Spinach
.
hooks
.
before_run
do
Spinach
.
hooks
.
before_run
do
TestEnv
.
warm_asset_cache
TestEnv
.
warm_asset_cache
unless
ENV
[
'CI'
]
||
ENV
[
'CI_SERVER'
]
end
end
spec/support/ldap_helpers.rb
View file @
892d4c53
require_relative
'ee/ldap_helpers'
module
LdapHelpers
module
LdapHelpers
include
EE
::
LdapHelpers
include
EE
::
LdapHelpers
...
...
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