From a7d0eb0c757092e1ca4b938063358eeec328f02c Mon Sep 17 00:00:00 2001 From: la-ruby Date: Fri, 14 Jun 2024 22:01:18 -0700 Subject: [PATCH] Sub 'chrome' 'headless_chrome' --- create-rails-app | 1 + 1 file changed, 1 insertion(+) diff --git a/create-rails-app b/create-rails-app index 1222b6a..6153d0b 100755 --- a/create-rails-app +++ b/create-rails-app @@ -281,6 +281,7 @@ testing() { chmod +x ./bin/autotest # parallelize not used atm replace_string 'parallelize' "\x23\x20parallelize" test/test_helper.rb # using escapes to avoid 'not terminated' error + replace_string 'chrome' 'headless_chrome' test/application_system_test_case.rb commit "Setup test framework" popd }