mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-27 02:41:15 +00:00
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
This commit is contained in:
parent
4afc813534
commit
7193c1372d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user