summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-04-13 19:39:32 -0400
committerDavid Gay <eapoems@riseup.net>2024-04-13 19:39:32 -0400
commita7db2503598883f28f0ce55a57d9ca934030acc7 (patch)
treea47f1d73e46226b51f92352f6eb23c6c0cae143c /test
parent7ca6ec0e8f8e81daab6091270b1e93f72c331946 (diff)
rubocop; gems
Diffstat (limited to 'test')
-rw-r--r--test/application_system_test_case.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb
index d19212a..d7e6bba 100644
--- a/test/application_system_test_case.rb
+++ b/test/application_system_test_case.rb
@@ -1,5 +1,5 @@
require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
- driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
+ driven_by :selenium, using: :chrome, screen_size: [ 1400, 1400 ]
end