]> source.dussan.org Git - redmine.git/commitdiff
fix source indent of GanttsControllerTest#test_gantt_should_work
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 27 May 2020 01:56:36 +0000 (01:56 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 27 May 2020 01:56:36 +0000 (01:56 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19789 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/gantts_controller_test.rb

index e1f9be8facd3223863942b68077bf4bd5ec628fd..9b86a8734cef86c34db0930dee9c2a5a2eb473a3 100644 (file)
@@ -34,9 +34,12 @@ class GanttsControllerTest < Redmine::ControllerTest
     i2 = Issue.find(2)
     i2.update_attribute(:due_date, 1.month.from_now)
     with_settings :gravatar_enabled => '1' do
-      get :show, :params => {
+      get(
+        :show,
+        :params => {
           :project_id => 1
         }
+      )
     end
     assert_response :success