Remove sequelize tests

This commit is contained in:
Anatoliy Chakkaev 2012-03-10 16:12:17 +04:00
parent 2c43a97f7e
commit 3952c329df
1 changed files with 0 additions and 5 deletions

View File

@ -7,10 +7,6 @@ var schemas = {
/*
riak: {},
*/
sequelize: {
database: 'sequ-test',
username: 'root'
},
mysql: {
database: 'myapp_test',
username: 'root'
@ -24,7 +20,6 @@ var schemas = {
},
neo4j: { url: 'http://localhost:7474/' },
mongoose: { url: 'mongodb://travis:test@localhost:27017/myapp' },
// mongoose: { database: 'test' },
redis: {},
memory: {}
};