From 504ef7d75a5a4c8b47e7a5eaef78f45d0de0cf87 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sun, 12 Nov 2023 22:23:04 +0000 Subject: [PATCH] Remove extra blank line introduced in r22430 (#38852). git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22431 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/application_system_test_case.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb index fb8064ea5..2a41db11d 100644 --- a/test/application_system_test_case.rb +++ b/test/application_system_test_case.rb @@ -49,7 +49,6 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase setup do Capybara.app_host = "http://#{Capybara.server_host}:#{Capybara.server_port}" - # Allow defining a custom app host (useful when using a remote Selenium hub) if ENV['CAPYBARA_APP_HOST'] Capybara.configure do |config| -- 2.39.5