mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
8 lines
182 B
Ruby
8 lines
182 B
Ruby
RSpec.configure do |config|
|
|
config.before(:each) do
|
|
# clear the cache otherwise it won't
|
|
# be able to recognize the rollbacks
|
|
# done by RSpec
|
|
Cache.clear
|
|
end
|
|
end
|