diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-01-14 18:00:58 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-01-14 18:03:31 +0100 |
commit | b23330745bddd6729f95fb8487e3ec4857e4bb58 (patch) | |
tree | 5a6ea109595204b395f46c4bf5d4d39a64abf783 /actionpack/test/journey/route/definition | |
parent | 93b38d54df7133c1404b492c14f15034e5b8f40e (diff) | |
download | rails-b23330745bddd6729f95fb8487e3ec4857e4bb58.tar.gz rails-b23330745bddd6729f95fb8487e3ec4857e4bb58.tar.bz2 rails-b23330745bddd6729f95fb8487e3ec4857e4bb58.zip |
don't establish a new connection when testing with `sqlite3_mem`.
This fixes broken `rake test_sqlite3_mem` suite for Active Record.
The problem is that that the old database with the schema is lost
when establishing a new connection. Upon reconnting we are left
with a blank database and tests down the line start failing.
Diffstat (limited to 'actionpack/test/journey/route/definition')
0 files changed, 0 insertions, 0 deletions