diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-01-17 14:54:38 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-01-17 14:54:38 +0000 |
commit | 193bb9362de08549feb86b6488ef95d4027626e1 (patch) | |
tree | a03e226e5e05da77007778c0bfecdea4b2225d09 /test/functional/account_controller_test.rb | |
parent | a3a8fee8adf847f08479cf6b860417fe1f36d791 (diff) | |
download | redmine-193bb9362de08549feb86b6488ef95d4027626e1.tar.gz redmine-193bb9362de08549feb86b6488ef95d4027626e1.zip |
Missing fixtures.
git-svn-id: http://svn.redmine.org/redmine/trunk@13889 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/account_controller_test.rb')
-rw-r--r-- | test/functional/account_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/account_controller_test.rb b/test/functional/account_controller_test.rb index 87c53aac3..e7b4c4fc1 100644 --- a/test/functional/account_controller_test.rb +++ b/test/functional/account_controller_test.rb @@ -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 |