Fixed some more test/functional/*_test.rb breaking when run alone (#12285)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10787 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Baptiste Barth
2012-11-01 22:47:44 +00:00
parent 0beef88850
commit 7d9c45fb8a
4 changed files with 5 additions and 4 deletions
@@ -6,7 +6,7 @@ class IssueStatusesController; def rescue_action(e) raise e end; end
class IssueStatusesControllerTest < ActionController::TestCase
fixtures :issue_statuses, :issues
fixtures :issue_statuses, :issues, :users
def setup
@controller = IssueStatusesController.new