From 2491e5a24ad62bcf0726fb6fc40697966d2bde72 Mon Sep 17 00:00:00 2001 From: kazjote Date: Wed, 18 Aug 2010 12:59:53 +0200 Subject: [PATCH] Added requirements needed to run specs --- spec/spec_helper.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 53972785..622def1a 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -5,6 +5,10 @@ require 'couch_potato' +require 'time' +require 'active_support/core_ext/object/blank.rb' +require 'active_support/core_ext/hash/except.rb' + if ENV["RUN_CODE_RUN"] CouchPotato::Config.database_name = 'http://langalex.couch.io/couch_potato_test' else