summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/integration/welcome_test.rb2
1 files changed, 2 insertions, 0 deletions
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'