Commit b14d7530 authored by Stan Hu's avatar Stan Hu

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

parent 0956c860
......@@ -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