Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-12 | [db] def database on users instead of use_database | Azul | |
use_database affects all uses of prepare_database - so also the one in tmp_database. In order to avoid that we do not use_database but just overwrite the database method itself. | |||
2016-05-02 | upgrade: unique test names | Azul | |
Rails 4.2 runs all tests mixed together. So unit tests and integration tests may not have conflicting names. |