Commit 8b06e260 authored by Eric Davis's avatar Eric Davis

[#350] Force clearing the cache before each test

parent 5a9ffe96
......@@ -47,6 +47,10 @@ class ActiveSupport::TestCase
self.use_instantiated_fixtures = false
# Add more helper methods to be used by all tests here...
def setup
super
Setting.clear_cache
end
def log_user(login, password)
User.anonymous
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment