summaryrefslogtreecommitdiffstats
path: root/test/functional/settings_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/settings_controller_test.rb')
-rw-r--r--test/functional/settings_controller_test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/functional/settings_controller_test.rb b/test/functional/settings_controller_test.rb
index a27333c7e..ef17883ec 100644
--- a/test/functional/settings_controller_test.rb
+++ b/test/functional/settings_controller_test.rb
@@ -25,11 +25,6 @@ class SettingsControllerTest < Redmine::ControllerTest
@request.session[:user_id] = 1 # admin
end
- def teardown
- Setting.delete_all
- Setting.clear_cache
- end
-
def test_index
get :index
assert_response :success