]> source.dussan.org Git - redmine.git/commitdiff
add missing fixtures to SettingsControllerTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 13 Jul 2014 09:54:57 +0000 (09:54 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 13 Jul 2014 09:54:57 +0000 (09:54 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13311 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/settings_controller_test.rb

index 80d3123a0afbc99b6fb7017199ff19faeaf73ba6..6806fd21537804a1e37f6d4431e2ec11436fa637 100644 (file)
@@ -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