Commit 24ba7585 authored by blackst0ne's avatar blackst0ne

Fixed rubocop offenses

parent c21df050
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment