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

Commit da77d30d by Sascha Depold

fixed spec

1 parent 5b9fbbf4
Showing with 1 additions and 1 deletions
......@@ -6,7 +6,7 @@ var Day = s.define('Day', { name: Sequelize.TEXT })
module.exports = {
'constructor': function(assert) {
assert.eql(Day.associations, [])
assert.eql(Day.attributes, {"name":"VARCHAR(4000)","createdAt":"DATETIME NOT NULL","updatedAt":"DATETIME NOT NULL"})
assert.eql(Day.attributes, {"name":"TEXT","createdAt":"DATETIME NOT NULL","updatedAt":"DATETIME NOT NULL"})
assert.eql(Day.tableName, 'Days')
},
'new': function(assert) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!