How can I setup sqlite3 backed database in test environment with the :memory: driver.
When I run rake test (or rake spec), of course I have no database file created, so there are no tables! rake test in the case of a :memory: backed database must first create the schema. I seem to remember this was running a while back? thx -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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/rubyonrails-core?hl=en.
