Hi, How do I use in-memory sqlite databases for my tests?
I got it working with: DataMapper.setup(:default, 'sqlite3::memory:') in my spec_helper.rb. But, I still had to keep the test env on database.yml (and pointing to a 'wrong' database). There's a way to specify in-memory databases using database.yml? Thanks Arthur Zapparoli http://merb-br.org http://arthurgeek.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
