From: Toshi MARUYAMA Date: Sun, 24 Nov 2019 05:27:07 +0000 (+0000) Subject: cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in test/functional/attachme... X-Git-Tag: 4.2.0~1408 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7193c1372d854983286ecfd9571c32ea4cb7ac54;p=redmine.git cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in test/functional/attachments_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19232 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/attachments_controller_test.rb b/test/functional/attachments_controller_test.rb index 831c6e5fb..eca7c4e66 100644 --- a/test/functional/attachments_controller_test.rb +++ b/test/functional/attachments_controller_test.rb @@ -310,7 +310,7 @@ class AttachmentsControllerTest < Redmine::ControllerTest end def test_show_renders_pagination - get :show, :params => { :id => 5, :type => 'inline' } + get(:show, :params => {:id => 5, :type => 'inline'}) assert_response :success assert_select 'ul.pages li.next', :text => /next/i