commented out use transactional fixtures, seemingly without effect

This commit is contained in:
Raphael 2010-06-23 10:33:02 -07:00
parent b24f95e462
commit 129e84336b

View file

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