Files
fizzy/test/application_system_test_case.rb
T
Kevin McConnell b9cf8c5e9d Set up Rubocop
2024-06-21 16:42:48 +01:00

6 lines
159 B
Ruby

require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :chrome, screen_size: [ 1400, 1400 ]
end