From 129e84336b6b08ab459b7a7b99466ca8c0efb226 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 23 Jun 2010 10:33:02 -0700 Subject: [PATCH] commented out use transactional fixtures, seemingly without effect --- 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 939873883..2ebfc5477 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -38,5 +38,5 @@ Rspec.configure do |config| # If you're not using ActiveRecord, or you'd prefer not to run each of your # examples within a transaction, comment the following line or assign false # instead of true. - config.use_transactional_fixtures = true +# config.use_transactional_fixtures = true end