]> source.dussan.org Git - redmine.git/commitdiff
add empty line after guard clause to ApplicationSystemTestCase
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 11 Oct 2020 12:57:54 +0000 (12:57 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 11 Oct 2020 12:57:54 +0000 (12:57 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20144 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/application_system_test_case.rb

index 17d2c57b5a34b6d2b0725a3ffebae33e7e8c106e..7f6097ceedaa93323304001b45e256d8f1304c72 100644 (file)
@@ -80,6 +80,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
       loop do
         files = downloaded_files(filename)
         break if files.present?
+
         sleep 0.2
       end
     end