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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
5cc838d3
Commit
5cc838d3
authored
Feb 22, 2017
by
blackst0ne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactored specs
parent
93e3cfec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
spec/features/issuables/issuable_list_spec.rb
spec/features/issuables/issuable_list_spec.rb
+8
-8
No files found.
spec/features/issuables/issuable_list_spec.rb
View file @
5cc838d3
...
...
@@ -60,15 +60,15 @@ describe 'issuable list', feature: true do
create
(
:award_emoji
,
:downvote
,
awardable:
issuable
)
create
(
:award_emoji
,
:upvote
,
awardable:
issuable
)
if
issuable_type
==
:issue
issue
=
Issue
.
reorder
(
:iid
).
first
merge_request
=
create
(
:merge_request
,
title:
FFaker
::
Lorem
.
sentence
,
source_project:
project
,
source_branch:
FFaker
::
Name
.
name
)
if
issuable_type
==
:issue
issue
=
Issue
.
reorder
(
:iid
).
first
merge_request
=
create
(
:merge_request
,
title:
FFaker
::
Lorem
.
sentence
,
source_project:
project
,
source_branch:
FFaker
::
Name
.
name
)
MergeRequestsClosingIssues
.
create!
(
issue:
issue
,
merge_request:
merge_request
)
if
MergeRequestsClosingIssues
.
count
.
zero?
end
MergeRequestsClosingIssues
.
create!
(
issue:
issue
,
merge_request:
merge_request
)
if
MergeRequestsClosingIssues
.
count
.
zero?
end
end
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