From 143cd53e781f18939fce458c557389f3a5dfc776 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 2 Aug 2017 18:38:40 +0000 Subject: Missing fixtures. git-svn-id: http://svn.redmine.org/redmine/trunk@16946 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/welcome_test.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/integration/welcome_test.rb') diff --git a/test/integration/welcome_test.rb b/test/integration/welcome_test.rb index 3577fe059..12ec92d0c 100644 --- a/test/integration/welcome_test.rb +++ b/test/integration/welcome_test.rb @@ -18,6 +18,8 @@ require File.expand_path('../../test_helper', __FILE__) class WelcomeTest < Redmine::IntegrationTest + fixtures :users, :email_addresses, + :projects, :enabled_modules, :members, :member_roles, :roles def test_robots get '/robots.txt' -- cgit v1.2.3