summaryrefslogtreecommitdiffstats
path: root/test/functional/sys_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/sys_controller_test.rb')
-rw-r--r--test/functional/sys_controller_test.rb4
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
lain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27