diff options
author | Go MAEDA <maeda@farend.jp> | 2019-11-13 22:08:53 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-11-13 22:08:53 +0000 |
commit | 8d61eadfc57cb313d415fa76d7fa660b7264068a (patch) | |
tree | ca4fa1f5099316411a5ffbc740ad1f2d7de08634 /test | |
parent | b5ce1b9cff8a5942face2bedc9c10586ce01b256 (diff) | |
download | redmine-8d61eadfc57cb313d415fa76d7fa660b7264068a.tar.gz redmine-8d61eadfc57cb313d415fa76d7fa660b7264068a.zip |
Add missing fixture to Redmine::WikiFormatting::MacrosTest (#32444).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@19071 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/lib/redmine/wiki_formatting/macros_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/lib/redmine/wiki_formatting/macros_test.rb b/test/unit/lib/redmine/wiki_formatting/macros_test.rb index 208c0157a..ceda727c8 100644 --- a/test/unit/lib/redmine/wiki_formatting/macros_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/macros_test.rb @@ -33,7 +33,7 @@ class Redmine::WikiFormatting::MacrosTest < Redmine::HelperTest :versions, :documents, :wikis, :wiki_pages, :wiki_contents, :boards, :messages, - :attachments + :attachments, :enumerations def setup super |