RS IZ fixed the specs running

This commit is contained in:
ilya 2010-06-24 20:33:40 -04:00
parent 0051e50433
commit e44c6d9eda

View file

@ -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