diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-08 12:23:47 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-08 12:23:47 +0000 |
commit | 7acd04fb87229cd35c5c7a765bf1cfe9aaf69052 (patch) | |
tree | 5f0ebbf6dad1356c3ec76fff9fb96344c28e138c /test/functional/sys_controller_test.rb | |
parent | 133ca59edb5aa835fd8c9f967c06d8b5a4e8d581 (diff) | |
download | redmine-7acd04fb87229cd35c5c7a765bf1cfe9aaf69052.tar.gz redmine-7acd04fb87229cd35c5c7a765bf1cfe9aaf69052.zip |
Tests should not change settings.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9949 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/sys_controller_test.rb')
-rw-r--r-- | test/functional/sys_controller_test.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functional/sys_controller_test.rb b/test/functional/sys_controller_test.rb index 439e4c0f5..d046c231a 100644 --- a/test/functional/sys_controller_test.rb +++ b/test/functional/sys_controller_test.rb @@ -33,6 +33,10 @@ class SysControllerTest < ActionController::TestCase Setting.enabled_scm = %w(Subversion Git) end + def teardown + Setting.clear_cache + end + def test_projects_with_repository_enabled get :projects assert_response :success |