diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-02-07 12:12:09 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-02-07 12:12:09 +0000 |
commit | 833068207cc5f960c51618bdebb8c8486fe51191 (patch) | |
tree | 54301708a9ec460c7d7ebd881ac203371fadc553 /test/unit/helpers/application_helper_test.rb | |
parent | 98cbbdf7f1fac34b45f261584813538c60b047e0 (diff) | |
download | redmine-833068207cc5f960c51618bdebb8c8486fe51191.tar.gz redmine-833068207cc5f960c51618bdebb8c8486fe51191.zip |
fix source indent of ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@12857 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/helpers/application_helper_test.rb')
-rw-r--r-- | test/unit/helpers/application_helper_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index d2dec16e2..29d2af5b9 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -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 |