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
7712b27f
Commit
7712b27f
authored
Jun 14, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts for spec/services/quick_actions/interpret_service_spec.rb
parent
8e54fcdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
spec/services/quick_actions/interpret_service_spec.rb
spec/services/quick_actions/interpret_service_spec.rb
+5
-6
No files found.
spec/services/quick_actions/interpret_service_spec.rb
View file @
7712b27f
...
...
@@ -825,7 +825,11 @@ describe QuickActions::InterpretService do
let
(
:issuable
)
{
issue
}
end
<<<<<<<
HEAD
it_behaves_like
'confidential command'
do
let
(
:content
)
{
'/confidential'
}
let
(
:issuable
)
{
issue
}
end
context
'issuable weights licensed'
do
before
do
stub_licensed_features
(
issue_weights:
true
)
...
...
@@ -858,11 +862,6 @@ describe QuickActions::InterpretService do
expect
(
updates
).
to
be_empty
end
=======
it_behaves_like
'confidential command'
do
let
(
:content
)
{
'/confidential'
}
let
(
:issuable
)
{
issue
}
>>>>>>>
upstream
/
master
end
context
'/copy_metadata command'
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