summaryrefslogtreecommitdiffstats
path: root/test/integration/sudo_mode_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-06-19 20:42:33 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-06-19 20:42:33 +0000
commit278468c0c8f2156faf739fe063a63022c9c25e65 (patch)
treed7d12dc4298e3f9b9c1d4ad8d74981d4d6c67b01 /test/integration/sudo_mode_test.rb
parent4229fafc8f1ea588c0c1a793c0c3d4b481b9bf78 (diff)
downloadredmine-278468c0c8f2156faf739fe063a63022c9c25e65.tar.gz
redmine-278468c0c8f2156faf739fe063a63022c9c25e65.zip
Adds a UI test (#19851).
git-svn-id: http://svn.redmine.org/redmine/trunk@14345 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/sudo_mode_test.rb')
-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)