summaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/sudo_mode_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/sudo_mode_test.rb b/test/integration/sudo_mode_test.rb
index f535d9a95..e92126386 100644
--- a/test/integration/sudo_mode_test.rb
+++ b/test/integration/sudo_mode_test.rb
@@ -1,7 +1,7 @@
require File.expand_path('../../test_helper', __FILE__)
-class SudoTest < Redmine::IntegrationTest
- fixtures :projects, :members, :member_roles, :roles, :users
+class SudoModeTest < Redmine::IntegrationTest
+ fixtures :projects, :members, :member_roles, :roles, :users, :email_addresses
def setup
Redmine::SudoMode.stubs(:enabled?).returns(true)