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
f1c64501
Commit
f1c64501
authored
Aug 10, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CE->EE: resolve conflicts in specs
parent
c3d78515
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
spec/lib/gitlab/ldap/config_spec.rb
spec/lib/gitlab/ldap/config_spec.rb
+0
-4
spec/serializers/pipeline_serializer_spec.rb
spec/serializers/pipeline_serializer_spec.rb
+0
-4
No files found.
spec/lib/gitlab/ldap/config_spec.rb
View file @
f1c64501
...
...
@@ -15,11 +15,7 @@ describe Gitlab::LDAP::Config do
end
it
'raises an error if a unknown provider is used'
do
<<<<<<<
HEAD
expect
{
described_class
.
new
'unknown'
}.
to
raise_error
(
Gitlab
::
LDAP
::
Config
::
InvalidProvider
)
=======
expect
{
described_class
.
new
'unknown'
}.
to
raise_error
(
RuntimeError
)
>>>>>>>
ce
/
master
end
end
...
...
spec/serializers/pipeline_serializer_spec.rb
View file @
f1c64501
...
...
@@ -111,11 +111,7 @@ describe PipelineSerializer do
shared_examples
'no N+1 queries'
do
it
'verifies number of queries'
,
:request_store
do
recorded
=
ActiveRecord
::
QueryRecorder
.
new
{
subject
}
<<<<<<<
HEAD
expect
(
recorded
.
count
).
to
be_within
(
1
).
of
(
61
)
=======
expect
(
recorded
.
count
).
to
be_within
(
1
).
of
(
57
)
>>>>>>>
ce
/
master
expect
(
recorded
.
cached_count
).
to
eq
(
0
)
end
end
...
...
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