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
This commit is contained in:
Marius Balteanu
2023-11-12 22:23:04 +00:00
parent 8827052201
commit 504ef7d75a

View File

@@ -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|