Simplify spec: 2.times.each
-> 2.times
This commit is contained in:
parent
0956c86069
commit
b14d75304c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue