diff options
Diffstat (limited to 'test/functional/sys_controller_test.rb')
-rw-r--r-- | test/functional/sys_controller_test.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/functional/sys_controller_test.rb b/test/functional/sys_controller_test.rb index 7c4bab6a2..c88ac8177 100644 --- a/test/functional/sys_controller_test.rb +++ b/test/functional/sys_controller_test.rb @@ -25,10 +25,6 @@ class SysControllerTest < Redmine::ControllerTest Setting.enabled_scm = %w(Subversion Git) end - def teardown - Setting.clear_cache - end - def test_projects_with_repository_enabled get :projects assert_response :success |