From: Toshi MARUYAMA Date: Sun, 13 Jul 2014 09:54:57 +0000 (+0000) Subject: add missing fixtures to SettingsControllerTest X-Git-Tag: 2.6.0~95 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=12f1f619280e6ead26fa9d54a675eb5c621279fc;p=redmine.git add missing fixtures to SettingsControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@13311 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/settings_controller_test.rb b/test/functional/settings_controller_test.rb index 80d3123a0..6806fd215 100644 --- a/test/functional/settings_controller_test.rb +++ b/test/functional/settings_controller_test.rb @@ -18,7 +18,8 @@ require File.expand_path('../../test_helper', __FILE__) class SettingsControllerTest < ActionController::TestCase - fixtures :users + fixtures :projects, :trackers, :issue_statuses, :issues, + :users def setup User.current = nil