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