]> source.dussan.org Git - redmine.git/commitdiff
fix source indent of test/application_system_test_case.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 11 Oct 2020 12:57:47 +0000 (12:57 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 11 Oct 2020 12:57:47 +0000 (12:57 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20143 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/application_system_test_case.rb

index f529f07e651c525afc4eb18c0db98660543841af..17d2c57b5a34b6d2b0725a3ffebae33e7e8c106e 100644 (file)
@@ -22,7 +22,9 @@ require File.expand_path('../test_helper', __FILE__)
 class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
   DOWNLOADS_PATH = File.expand_path(File.join(Rails.root, 'tmp', 'downloads'))
 
-  driven_by :selenium, using: :chrome, screen_size: [1024, 900], options: {
+  driven_by(
+    :selenium, using: :chrome, screen_size: [1024, 900],
+    options: {
       desired_capabilities: Selenium::WebDriver::Remote::Capabilities.chrome(
         'chromeOptions' => {
           'prefs' => {
@@ -33,6 +35,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
         }
       )
     }
+  )
 
   setup do
     clear_downloaded_files