diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-25 10:44:35 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-25 10:44:35 +0000 |
commit | 440c2d0d2f88e01a3fb9af85e22d4def3e951e61 (patch) | |
tree | 0b820106a2ad22ad47bf1455d656c646ccbddab0 /test/functional/files_controller_test.rb | |
parent | ca7051aea923cf9906f817cf61164539fd2fa8d6 (diff) | |
download | redmine-440c2d0d2f88e01a3fb9af85e22d4def3e951e61.tar.gz redmine-440c2d0d2f88e01a3fb9af85e22d4def3e951e61.zip |
remove duplicate fixtures from test/functional/files_controller_test.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7528 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/files_controller_test.rb')
-rw-r--r-- | test/functional/files_controller_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/files_controller_test.rb b/test/functional/files_controller_test.rb index cf558c36d..ce61a85f1 100644 --- a/test/functional/files_controller_test.rb +++ b/test/functional/files_controller_test.rb @@ -10,7 +10,6 @@ class FilesControllerTest < ActionController::TestCase :enabled_modules, :workflows, :journals, :journal_details, - :issues, :issue_statuses, :issue_categories, :attachments, :versions |