Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-05-30 13:33:31 +0300
committerStan Hu <stanhu@gmail.com>2018-05-30 13:33:31 +0300
commitb14d75304c3b2d1dfb63bab1e917f72c0b45d44b (patch)
treefa59ccfd6b3adf21507f3329a5678fb80b87318c /spec
parent0956c86069b11bf4a1ea7485aac1b621eee7e157 (diff)
Simplify spec: `2.times.each` -> `2.times`
Diffstat (limited to 'spec')
-rw-r--r--spec/features/issues_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues_spec.rb b/spec/features/issues_spec.rb
index b677d01fdf9..e7f2e142b2d 100644
--- a/spec/features/issues_spec.rb
+++ b/spec/features/issues_spec.rb
@@ -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