aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/invalid_connection_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix testJon Leighton2013-06-281-1/+8
| | | | | Oops. We need to estalish/remove the connection in the setup/teardown, else it messes with the fixtures.
* Fix rake test_sqlite3_memJon Leighton2013-06-281-10/+5
| | | | Clearly nobody uses this except me. It's fast people!
* `inspect` for AR model classes does not initiate a new connection.Yves Senn2013-06-201-0/+20