aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test/application_system_test_case.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actiontext/test/application_system_test_case.rb')
-rw-r--r--actiontext/test/application_system_test_case.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/actiontext/test/application_system_test_case.rb b/actiontext/test/application_system_test_case.rb
new file mode 100644
index 0000000000..a24f473598
--- /dev/null
+++ b/actiontext/test/application_system_test_case.rb
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+require "test_helper"
+
+class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
+ driven_by :selenium, using: :headless_chrome
+end
+
+Capybara.server = :puma, { Silent: true }