Fix merged schema test

This commit is contained in:
Anatoliy Chakkaev 2013-04-05 02:14:16 +04:00
parent 4943feb230
commit 67d186e26c
1 changed files with 1 additions and 5 deletions

View File

@ -1,11 +1,7 @@
var db = getSchema(), slave = getSchema(), Model, SlaveModel;
var should = require('should');
<<<<<<< HEAD
describe.skip('schema', function() {
=======
describe.only('schema', function() {
>>>>>>> feature-transactions
describe('schema', function() {
it('should define Model', function() {
Model = db.define('Model');