blob: a24f473598c5b8da476e2477651de91c62d83b76 (
plain) (
tree)
|
|
# frozen_string_literal: true
require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :headless_chrome
end
Capybara.server = :puma, { Silent: true }
|