summaryrefslogtreecommitdiffstats
path: root/test/unit/lib
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/lib')
-rw-r--r--test/unit/lib/redmine/reaction_test.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/unit/lib/redmine/reaction_test.rb b/test/unit/lib/redmine/reaction_test.rb
index f3228a3bd..cf64ead3d 100644
--- a/test/unit/lib/redmine/reaction_test.rb
+++ b/test/unit/lib/redmine/reaction_test.rb
@@ -26,10 +26,6 @@ class Redmine::ReactionTest < ActiveSupport::TestCase
Setting.reactions_enabled = '1'
end
- teardown do
- Setting.clear_cache
- end
-
test 'preload_reaction_details preloads ReactionDetail for all objects in the collection' do
User.current = users(:users_002)