mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-02-21 12:10:34 +09:00
10 lines
214 B
Ruby
10 lines
214 B
Ruby
require "test_helper"
|
|
|
|
WebMock.disable!
|
|
|
|
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
|
|
driven_by :selenium, using: :headless_chrome, screen_size: [ 1400, 1400 ]
|
|
|
|
include SystemTestHelper
|
|
end
|