Hi
  When running active record/rails specs, in the spec_helper, I
usually do this:

Spec::Runner.configure do |config|
  config.use_transactional_fixtures = true
end

so that I get the automatic rollback of any db changes after each spec
run. Is there an equivalent to this when running specs for datamapper
project ( non rails )?

 ~ D

-- 
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to datamap...@googlegroups.com.
To unsubscribe from this group, send email to 
datamapper+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en.

Reply via email to