diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2023-11-12 22:23:04 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2023-11-12 22:23:04 +0000 |
commit | 504ef7d75a5a4c8b47e7a5eaef78f45d0de0cf87 (patch) | |
tree | 2a6d1ae24e544e19a3578fd72b9afe4503cc71a7 /test/application_system_test_case.rb | |
parent | 8827052201a191e2c7d81a7796d0e803785f4b93 (diff) | |
download | redmine-504ef7d75a5a4c8b47e7a5eaef78f45d0de0cf87.tar.gz redmine-504ef7d75a5a4c8b47e7a5eaef78f45d0de0cf87.zip |
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
Diffstat (limited to 'test/application_system_test_case.rb')
-rw-r--r-- | test/application_system_test_case.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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| |