diff options
Diffstat (limited to 'test/system/sudo_mode_test.rb')
-rw-r--r-- | test/system/sudo_mode_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/system/sudo_mode_test.rb b/test/system/sudo_mode_test.rb index 20904edb6..73e755acd 100644 --- a/test/system/sudo_mode_test.rb +++ b/test/system/sudo_mode_test.rb @@ -20,8 +20,6 @@ require_relative '../application_system_test_case' class SudoModeSystemTest < ApplicationSystemTestCase - fixtures :users, :email_addresses - def setup Redmine::SudoMode.stubs(:enabled?).returns(true) super |