spec/spec_helper.rb in cached_resource-1.0.1 vs spec/spec_helper.rb in cached_resource-2.0.1
- old
+ new
@@ -10,8 +10,7 @@
RSpec.configure do |config|
# nada
end
-# clear cache at beginning and end of execution
-CachedResource.cache.clear
-at_exit { CachedResource.cache.clear }
+# change the logger so that we log to STDOUT
+# CachedResource.logger = ActiveSupport::BufferedLogger.new(STDOUT)
\ No newline at end of file