mirror of
https://github.com/redmine/redmine.git
synced 2026-06-17 22:20:58 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user