]> source.dussan.org Git - redmine.git/commitdiff
cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in test/functional/attachme...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 24 Nov 2019 05:27:07 +0000 (05:27 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 24 Nov 2019 05:27:07 +0000 (05:27 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19232 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/attachments_controller_test.rb

index 831c6e5fbb7a940da99fd455445d83794e9f6e7f..eca7c4e66abac464226338c2792a103bcba05157 100644 (file)
@@ -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