1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-31 12:49:38 +00:00

fix source indent of AvatarsHelperTest

git-svn-id: http://svn.redmine.org/redmine/trunk@20508 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-11-29 12:47:30 +00:00
parent 7dcc124d31
commit c8d61205b4

View File

@ -52,7 +52,7 @@ class AvatarsHelperTest < Redmine::HelperTest
end
def test_avatar_default_size_should_be_24
assert_include 'size=24', avatar('jsmith <jsmith@somenet.foo>')
assert_include 'size=24', avatar('jsmith <jsmith@somenet.foo>')
end
def test_avatar_with_size_option