不要怂,就是干,撸起袖子干!

Commit e55bbe96 by Daniel Durante

Removed buster rockets.

1 parent 334a0471
Showing with 2 additions and 2 deletions
...@@ -28,7 +28,7 @@ describe(Helpers.getTestDialectTeaser("Sequelize"), function() { ...@@ -28,7 +28,7 @@ describe(Helpers.getTestDialectTeaser("Sequelize"), function() {
}) })
}) })
describe('=> constructor', function() { describe('constructor', function() {
it('should pass the global options correctly', function(done) { it('should pass the global options correctly', function(done) {
var sequelize = Helpers.createSequelizeInstance({ logging: false, define: { underscored:true } }) var sequelize = Helpers.createSequelizeInstance({ logging: false, define: { underscored:true } })
, DAO = sequelize.define('dao', {name: Helpers.Sequelize.STRING}) , DAO = sequelize.define('dao', {name: Helpers.Sequelize.STRING})
...@@ -195,7 +195,7 @@ describe(Helpers.getTestDialectTeaser("Sequelize"), function() { ...@@ -195,7 +195,7 @@ describe(Helpers.getTestDialectTeaser("Sequelize"), function() {
}) })
}) })
describe('=> define', function() { describe('define', function() {
it("adds a new dao to the dao manager", function(done) { it("adds a new dao to the dao manager", function(done) {
expect(this.sequelize.daoFactoryManager.all.length).toEqual(0) expect(this.sequelize.daoFactoryManager.all.length).toEqual(0)
this.sequelize.define('foo', { title: Helpers.Sequelize.STRING }) this.sequelize.define('foo', { title: Helpers.Sequelize.STRING })
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!