Skip to content

Commit

Permalink
Remove unused linting rule
Browse files Browse the repository at this point in the history
  • Loading branch information
erickguan committed Jul 4, 2024
1 parent 6410b68 commit b53d05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cookies_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
browser.go_to("/set_cookie")

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

Expand Down

0 comments on commit b53d05c

Please sign in to comment.