]> source.dussan.org Git - redmine.git/commitdiff
fix source indent of AvatarsHelperTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 29 Nov 2020 12:47:30 +0000 (12:47 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 29 Nov 2020 12:47:30 +0000 (12:47 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20508 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/helpers/avatars_helper_test.rb

index db75e5f7decdc020c27b889f9c218ff14c764705..194064c02531dc9c21413e738d71637d623ce0b6 100644 (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