aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/system/templates/application_system_test_case.rb
blob: c05709aff8019d6c9759d05f72aa176b7ba050f2 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

require "test_helper"

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