From e44c6d9edad5edadfadbce1807b34d53baf4ff7b Mon Sep 17 00:00:00 2001
From: ilya <ilya@laptop.(none)>
Date: Thu, 24 Jun 2010 20:33:40 -0400
Subject: [PATCH] RS IZ fixed the specs running

---
 spec/spec_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index b4499cd5a1..62a4b907e8 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -21,7 +21,7 @@ Rspec.configure do |config|
   DatabaseCleaner.orm = "mongoid"
 
   config.before(:suite) do
-    DatabaseCleaner.strategy = :transaction
+    #DatabaseCleaner.strategy = :transaction
     DatabaseCleaner.clean_with(:truncation)
   end
 
-- 
GitLab