diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-07-13 09:54:57 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-07-13 09:54:57 +0000 |
commit | 12f1f619280e6ead26fa9d54a675eb5c621279fc (patch) | |
tree | 26d2494809f95ee18ba968048c8251e74aca5d7e | |
parent | 6dfbde0e65165930c3e79bc3cdcf51d77d3d802e (diff) | |
download | redmine-12f1f619280e6ead26fa9d54a675eb5c621279fc.tar.gz redmine-12f1f619280e6ead26fa9d54a675eb5c621279fc.zip |
add missing fixtures to SettingsControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@13311 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/functional/settings_controller_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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 |