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

Commit 5228c35b by Mick Hansen

whoops, typo

1 parent 21e9bcb7
Showing with 5 additions and 1 deletions
......@@ -257,7 +257,7 @@ module.exports = (function() {
}
var self = this
, values = options.fields
, values = {}
, updatedAtAttr = Utils._.underscoredIf(this.__options.updatedAt, this.__options.underscored)
, createdAtAttr = Utils._.underscoredIf(this.__options.createdAt, this.__options.underscored)
......
......@@ -136,6 +136,10 @@ describe(Support.getTestDialectTeaser("DAO"), function () {
})
})
describe('get', function () {
})
describe('changed', function () {
it('should return false if object was built from database', function (done) {
var User = this.sequelize.define('User', {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!