diff --git a/spec/support/cache.rb b/spec/support/cache.rb index 4a6b30119..ff2569724 100644 --- a/spec/support/cache.rb +++ b/spec/support/cache.rb @@ -1,5 +1,5 @@ RSpec.configure do |config| - config.before(:all) do + config.before(:each) do # clear the cache otherwise it won't # be able to recognize the rollbacks # done by RSpec