trabajo-afectivo/spec/support/cache.rb

9 lines
182 B
Ruby
Raw Normal View History

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