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
24ba7585
Commit
24ba7585
authored
Feb 18, 2017
by
blackst0ne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed rubocop offenses
parent
c21df050
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
spec/features/issuables/issuable_list_spec.rb
spec/features/issuables/issuable_list_spec.rb
+4
-4
No files found.
spec/features/issuables/issuable_list_spec.rb
View file @
24ba7585
...
...
@@ -30,11 +30,11 @@ describe 'issuable list', feature: true do
end
end
it
"counts merge requests closing issues icons for each issue"
do
visit_issuable_list
(
:issue
)
it
"counts merge requests closing issues icons for each issue"
do
visit_issuable_list
(
:issue
)
expect
(
first
(
'.icon-merge-request-unmerged'
).
find
(
:xpath
,
'..'
)).
to
have_content
(
1
)
end
expect
(
first
(
'.icon-merge-request-unmerged'
).
find
(
:xpath
,
'..'
)).
to
have_content
(
1
)
end
def
visit_issuable_list
(
issuable_type
)
if
issuable_type
==
:issue
...
...
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