aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/disconnected_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-5/+6
| | | | | | | We can conditional define the tests depending on the adapter or connection. Lets keep the skip for fail tests that need to be fixed.
* Fix rake test_sqlite3_memJon Leighton2013-06-281-1/+2
| | | | Clearly nobody uses this except me. It's fast people!
* regression test + mysql2 adapter raises correct error if conn is closed.Yves Senn2013-06-151-0/+26