0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/integration
Jason Williams c16db084a1 Ensure sqlite3 uses a single database connection
Closes #5411
- Using rewire on the config package circumvents the
  singleton nature of required packages, resulting in a
  second instance of knex and a second connection to the
  sqlite3 database.
2015-06-18 00:54:23 -05:00
..
api Add support for GET /tags/slug/:slug with unit tests 2015-06-16 09:22:12 -07:00
model Merge pull request #5431 from kowsheek/5370-settings-model-events 2015-06-16 20:46:15 +01:00
export_spec.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
import_spec.js Ensure sqlite3 uses a single database connection 2015-06-18 00:54:23 -05:00
update_check_spec.js Apply JSHint to test files. 2014-09-03 20:33:58 +02:00