2
0
mirror of https://github.com/moebooru/moebooru synced 2025-09-02 23:15:12 +00:00

Always clear cache before every tests.

This commit is contained in:
edogawaconan
2014-12-06 01:05:47 +09:00
parent 2d6da991fe
commit 9faa5577ec
17 changed files with 5 additions and 45 deletions

View File

@@ -4,7 +4,6 @@ class NoteTest < ActiveSupport::TestCase
fixtures :users, :posts
def setup
Rails.cache.clear
Thread.current[:versioning_history] = nil
end