sutty/test/application_system_test_case.rb

8 lines
188 B
Ruby
Raw Normal View History

2019-03-26 15:32:20 +00:00
# frozen_string_literal: true
require 'test_helper'
2018-01-02 17:19:25 +00:00
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
end