blob: a24f473598c5b8da476e2477651de91c62d83b76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# frozen_string_literal: true
require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :headless_chrome
end
Capybara.server = :puma, { Silent: true }
|