Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use teardown helper method. | Guo Xiang Tan | 2014-03-14 | 1 | -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ça | 2013-11-08 | 1 | -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_mem | Jon Leighton | 2013-06-28 | 1 | -1/+2 |
| | | | | Clearly nobody uses this except me. It's fast people! | ||||
* | regression test + mysql2 adapter raises correct error if conn is closed. | Yves Senn | 2013-06-15 | 1 | -0/+26 |