Skip to content

Commit b4e8fef

Browse files
committed
Fixup Rubocop warnings
1 parent 7312657 commit b4e8fef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/capybara/cuprite/devices.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
module Capybara
44
module Cuprite
55
module Devices
6-
IPHONE_14 = { window_size: [390, 844], mobile: true, scale_factor: 3 }
6+
# It's idiomatic to merge other options into these, so freezing
7+
# isn't the right thing to do.
8+
IPHONE_14 = { window_size: [390, 844], mobile: true, scale_factor: 3 } # rubocop:disable Style/MutableConstant
79
end
810
end
911
end

0 commit comments

Comments
 (0)