Set up Rubocop

This commit is contained in:
Kevin McConnell
2024-06-21 15:47:25 +01:00
parent e16323c70a
commit b9cf8c5e9d
15 changed files with 79 additions and 43 deletions
+1 -1
View File
@@ -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