From 407f83a77512ae2db5fa1bf96f36d72b38639648 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 27 May 2020 01:56:36 +0000 Subject: [PATCH] fix source indent of GanttsControllerTest#test_gantt_should_work git-svn-id: http://svn.redmine.org/redmine/trunk@19789 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/gantts_controller_test.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/functional/gantts_controller_test.rb b/test/functional/gantts_controller_test.rb index e1f9be8fa..9b86a8734 100644 --- a/test/functional/gantts_controller_test.rb +++ b/test/functional/gantts_controller_test.rb @@ -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 -- 2.39.5