Skip to content

Commit

Permalink
chore: Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Apr 25, 2024
1 parent 4fad816 commit 9dbab31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/cookies_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
browser.go_to("/set_cookie")

yielded_cookies = []

browser.cookies.each do |cookie|
browser.cookies.each do |cookie| # rubocop:disable Style/MapIntoArray
yielded_cookies << cookie
end

Expand Down

0 comments on commit 9dbab31

Please sign in to comment.