aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/disconnected_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
| | | | | | | | Follow-Up to https://github.com/rails/rails/pull/14348 Ensure that SQLCounter.clear_log is called after each test. This is a step to prevent side effects when running tests. This will allow us to run them in random order.
* 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