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

Commit d2ae8610 by Jan Aagaard Meier

tests are back

1 parent 1fa9d845
Showing with 1 additions and 5 deletions
......@@ -109,7 +109,7 @@ describe(Helpers.getTestDialectTeaser("DAO"), function() {
});
});
/*
describe('decrement', function () {
before(function (done) {
this.User.create({ id: 1, aNumber: 0 }).done(done)
......@@ -184,9 +184,6 @@ describe(Helpers.getTestDialectTeaser("DAO"), function() {
});
});
*/
/*
describe('default values', function() {
describe('current date', function() {
it('should store a date in touchedAt', function() {
......@@ -322,5 +319,4 @@ describe(Helpers.getTestDialectTeaser("DAO"), function() {
}.bind(this))
})
})
*/
})
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!