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

Commit ff8cfb29 by Jan Aagaard Meier

tests are back

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