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
This commit is contained in:
parent
440c2d0d2f
commit
f2fd28a76c
|
@ -9,8 +9,7 @@ class IssueMovesControllerTest < ActionController::TestCase
|
||||||
:members,
|
:members,
|
||||||
:enabled_modules,
|
:enabled_modules,
|
||||||
:workflows,
|
:workflows,
|
||||||
:journals, :journal_details,
|
:journals, :journal_details
|
||||||
:issues, :issue_statuses, :issue_categories
|
|
||||||
|
|
||||||
def setup
|
def setup
|
||||||
User.current = nil
|
User.current = nil
|
||||||
|
|
Loading…
Reference in New Issue