mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
remove spaces inside {} of ApplicationHelperTest#test_principals_check_box_tag_without_avatar
git-svn-id: http://svn.redmine.org/redmine/trunk@19895 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1716,7 +1716,7 @@ class ApplicationHelperTest < Redmine::HelperTest
|
||||
def test_principals_check_box_tag_without_avatar
|
||||
principals = [User.find(1), Group.find(10)]
|
||||
Setting.gravatar_enabled = '1'
|
||||
avatar_tags = principals.collect{|p| avatar(p, :size => 16) }
|
||||
avatar_tags = principals.collect{|p| avatar(p, :size => 16)}
|
||||
|
||||
with_settings :gravatar_enabled => '0' do
|
||||
tags = principals_check_box_tags(name, principals)
|
||||
|
||||
Reference in New Issue
Block a user