summaryrefslogtreecommitdiffstats
path: root/test/integration/users_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/users_test.rb')
-rw-r--r--test/integration/users_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/users_test.rb b/test/integration/users_test.rb
index ea7f06c12..1ae2f27d6 100644
--- a/test/integration/users_test.rb
+++ b/test/integration/users_test.rb
@@ -18,7 +18,7 @@
require File.expand_path('../../test_helper', __FILE__)
class UsersTest < Redmine::IntegrationTest
- fixtures :users
+ fixtures :users, :email_addresses
def test_destroy_should_not_accept_get_requests
assert_no_difference 'User.count' do