about summary refs log tree commit diff
path: root/spec/models/setting_spec.rb
AgeCommit message (Collapse)Author
2018-02-17Isolate each specs for cache store (#6450)Akihiko Odaki
The cache store is explicitly used by some specs, but they were not isolated and therefore not reliable. This fixes the issue by clearing the cache after each specs.
2018-02-02Fix mistake in cache deletion (#6408)abcang
2017-11-14Add tests for Setting (#5683)ysksn