diff options
author | Go MAEDA <maeda@farend.jp> | 2019-01-10 09:03:34 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-01-10 09:03:34 +0000 |
commit | 6ece31ff63e56815cd8421b3f3ad069dd8904c09 (patch) | |
tree | 741d1bb3f57159d6ded04580c2d68ce1da275c9b /test/unit/lib/redmine | |
parent | b968ecc91d8a84406aa9cdefd2caa19acef9766d (diff) | |
download | redmine-6ece31ff63e56815cd8421b3f3ad069dd8904c09.tar.gz redmine-6ece31ff63e56815cd8421b3f3ad069dd8904c09.zip |
Remove trailing whitespaces from test/unit/lib/redmine/wiki_formatting_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@17784 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/lib/redmine')
-rw-r--r-- | test/unit/lib/redmine/wiki_formatting_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/lib/redmine/wiki_formatting_test.rb b/test/unit/lib/redmine/wiki_formatting_test.rb index b460bad35..fb17d720b 100644 --- a/test/unit/lib/redmine/wiki_formatting_test.rb +++ b/test/unit/lib/redmine/wiki_formatting_test.rb @@ -64,14 +64,14 @@ DIFF <p>link: <a class="external" href="https://www.redmine.org">https://www.redmine.org</a><br /> <a class="external" href="http://www.redmine.org">http://www.redmine.org</a></p> EXPECTED - + end def test_supports_section_edit with_settings :text_formatting => 'textile' do assert_equal true, Redmine::WikiFormatting.supports_section_edit? end - + with_settings :text_formatting => '' do assert_equal false, Redmine::WikiFormatting.supports_section_edit? end |