diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-25 10:45:01 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-25 10:45:01 +0000 |
commit | f2fd28a76c6d79c4ed209a14d64310a0c6116a51 (patch) | |
tree | fa19dae8dc0c0fd4ebe24ec5473c7128f1930408 /test | |
parent | 440c2d0d2f88e01a3fb9af85e22d4def3e951e61 (diff) | |
download | redmine-f2fd28a76c6d79c4ed209a14d64310a0c6116a51.tar.gz redmine-f2fd28a76c6d79c4ed209a14d64310a0c6116a51.zip |
remove duplicate fixtures from test/functional/issue_moves_controller_test.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7529 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/issue_moves_controller_test.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/issue_moves_controller_test.rb b/test/functional/issue_moves_controller_test.rb index 907bb0776..3fd87175e 100644 --- a/test/functional/issue_moves_controller_test.rb +++ b/test/functional/issue_moves_controller_test.rb @@ -9,8 +9,7 @@ class IssueMovesControllerTest < ActionController::TestCase :members, :enabled_modules, :workflows, - :journals, :journal_details, - :issues, :issue_statuses, :issue_categories + :journals, :journal_details def setup User.current = nil |