diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-08-02 18:38:40 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-08-02 18:38:40 +0000 |
commit | 143cd53e781f18939fce458c557389f3a5dfc776 (patch) | |
tree | 2865a7fcf9af2348a0f8fe0e49af098327aeddb8 /test | |
parent | fe3d4d7e0c911b7e19d2726f9b9ff66b26eebc29 (diff) | |
download | redmine-143cd53e781f18939fce458c557389f3a5dfc776.tar.gz redmine-143cd53e781f18939fce458c557389f3a5dfc776.zip |
Missing fixtures.
git-svn-id: http://svn.redmine.org/redmine/trunk@16946 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/welcome_test.rb | 2 |
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' |