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

Commit db80dbf4 by Mick Hansen

removed test that is no longer needed

1 parent 0785669e
Showing with 0 additions and 8 deletions
...@@ -482,14 +482,6 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () { ...@@ -482,14 +482,6 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
done() done()
}) })
it('throws an error about missing attributes if include contains an object with daoFactory', function(done) {
var self = this
expect(function() {
self.Worker.all({ include: [ { daoFactory: self.Worker } ] })
}).to.throw(Error, 'Include malformed. Expected attributes: daoFactory, as!')
done()
})
it('throws an error if included DaoFactory is not associated', function(done) { it('throws an error if included DaoFactory is not associated', function(done) {
var self = this var self = this
expect(function() { expect(function() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!