Commit c53da5e9 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'sh-simplify-issues-spec' into 'master'

Simplify spec: `2.times.each` -> `2.times`

See merge request gitlab-org/gitlab-ce!19242
parents 99ac06df b14d7530
......@@ -592,7 +592,7 @@ describe 'Issues' do
end
it 'clears local storage after creating a new issue', :js do
2.times.each do
2.times do
visit new_project_issue_path(project)
wait_for_requests
......
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