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|