summaryrefslogtreecommitdiffstats
path: root/test/functional/welcome_controller_test.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-01-09 14:26:56 +0000
committerGo MAEDA <maeda@farend.jp>2019-01-09 14:26:56 +0000
commit6765505b2d0dd14014988b9b15096a33f5b9b2d1 (patch)
tree57a94d1753c94cd331dc195cd32cb128cb17fec4 /test/functional/welcome_controller_test.rb
parentf80905af7daac2881bdfecf8fbaeae454b9c13f3 (diff)
downloadredmine-6765505b2d0dd14014988b9b15096a33f5b9b2d1.tar.gz
redmine-6765505b2d0dd14014988b9b15096a33f5b9b2d1.zip
Add missing fixtures to several tests (#30276).
Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17780 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/welcome_controller_test.rb')
-rw-r--r--test/functional/welcome_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/welcome_controller_test.rb b/test/functional/welcome_controller_test.rb
index 38533edac..8f486c219 100644
--- a/test/functional/welcome_controller_test.rb
+++ b/test/functional/welcome_controller_test.rb
@@ -18,7 +18,7 @@
require File.expand_path('../../test_helper', __FILE__)
class WelcomeControllerTest < Redmine::ControllerTest
- fixtures :projects, :news, :users, :members
+ fixtures :projects, :news, :users, :members, :roles, :member_roles, :enabled_modules
def setup
Setting.default_language = 'en'