1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-26 10:21:14 +00:00

Missing fixtures.

git-svn-id: http://svn.redmine.org/redmine/trunk@13889 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-01-17 14:54:38 +00:00
parent a3a8fee8ad
commit 193bb9362d
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
require File.expand_path('../../test_helper', __FILE__)
class AccountControllerTest < ActionController::TestCase
fixtures :users, :roles
fixtures :users, :email_addresses, :roles
def setup
User.current = nil

View File

@ -18,7 +18,7 @@
require File.expand_path('../../test_helper', __FILE__)
class CommentsControllerTest < ActionController::TestCase
fixtures :projects, :users, :roles, :members, :member_roles, :enabled_modules, :news, :comments
fixtures :projects, :users, :email_addresses, :roles, :members, :member_roles, :enabled_modules, :news, :comments
def setup
User.current = nil