diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-11-29 12:47:30 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-11-29 12:47:30 +0000 |
commit | c8d61205b403d90e99f05933a7ec05d5e384f7fb (patch) | |
tree | eb188764371e4cfd3b2d53bd349e9b78c2eff5d2 /test/helpers | |
parent | 7dcc124d31b005868109faaebbcef7efa1251c7a (diff) | |
download | redmine-c8d61205b403d90e99f05933a7ec05d5e384f7fb.tar.gz redmine-c8d61205b403d90e99f05933a7ec05d5e384f7fb.zip |
fix source indent of AvatarsHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20508 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/helpers')
-rw-r--r-- | test/helpers/avatars_helper_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpers/avatars_helper_test.rb b/test/helpers/avatars_helper_test.rb index db75e5f7d..194064c02 100644 --- a/test/helpers/avatars_helper_test.rb +++ b/test/helpers/avatars_helper_test.rb @@ -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 |