]> source.dussan.org Git - redmine.git/commitdiff
fix source indent of ApplicationHelperTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 7 Feb 2014 12:12:09 +0000 (12:12 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 7 Feb 2014 12:12:09 +0000 (12:12 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12857 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/helpers/application_helper_test.rb

index d2dec16e2030ad122b653c114593529fa5d876e9..29d2af5b9b0cd083977b096bac58b2cd014bc216 100644 (file)
@@ -771,7 +771,7 @@ RAW
     to_test.each do |text, result|
       assert_equal "<p>#{result}</p>",
                    textilizable(WikiContent.new( :text => text, :page => page ), :text)
-     end
+    end
   end
 
   def test_wiki_links_anchor_option_should_prepend_page_title_to_href