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

test/functional/gantts_controller_test.rb

index a6be637ca860fe229f33d61aafee1a6cfa55a98b..d9c8e15482017de7fcdfa9031c670fe213c00e81 100644 (file)
@@ -146,10 +146,13 @@ class GanttsControllerTest < Redmine::ControllerTest
   end
 
   def test_gantt_should_export_to_pdf
-    get :show, :params => {
+    get(
+      :show,
+      :params => {
         :project_id => 1,
         :format => 'pdf'
       }
+    )
     assert_response :success
     assert_equal 'application/pdf', @response.media_type
     assert @response.body.starts_with?('%PDF')