debt-manager/test/application_system_test_case.rb
Louis Vallat ed2c285446
feat: initial commit
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2023-11-01 17:52:46 +01:00

6 lines
157 B
Ruby

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