spec/spec_helper.rb in cached_resource-2.0.1 vs spec/spec_helper.rb in cached_resource-2.1.1a

- old
+ new

@@ -1,16 +1,11 @@ require 'rubygems' require 'bundler/setup' - require 'active_resource' require 'active_support' $:.unshift(File.dirname(__FILE__) + '/../lib') require 'cached_resource' - RSpec.configure do |config| # nada end - -# change the logger so that we log to STDOUT -# CachedResource.logger = ActiveSupport::BufferedLogger.new(STDOUT) \ No newline at end of file