diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-06-02 17:02:38 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-06-02 17:02:38 +0000 |
commit | be33ac6fc02ad906228b822f5edebac19ffcaa8a (patch) | |
tree | a1129f9871d8808c3eb7416e0ff290e4386fb23f | |
parent | fe181c1f5568e41e2a95a08ba06246c7ada21e8b (diff) | |
download | redmine-be33ac6fc02ad906228b822f5edebac19ffcaa8a.tar.gz redmine-be33ac6fc02ad906228b822f5edebac19ffcaa8a.zip |
add missing fixture to ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@13172 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/unit/helpers/application_helper_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index 58b19f02d..0bdcba359 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -26,6 +26,7 @@ class ApplicationHelperTest < ActionView::TestCase fixtures :projects, :roles, :enabled_modules, :users, :repositories, :changesets, + :projects_trackers, :trackers, :issue_statuses, :issues, :versions, :documents, :wikis, :wiki_pages, :wiki_contents, :boards, :messages, :news, |