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

Commit 75d4d1a4 by Daniel Durante

Travis should be fixed.

1 parent fad4b39b
Showing with 1 additions and 1 deletions
...@@ -112,7 +112,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () { ...@@ -112,7 +112,7 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
it("doesn't create database entries", function(done) { it("doesn't create database entries", function(done) {
this.User.build({ username: 'John Wayne' }) this.User.build({ username: 'John Wayne' })
this.User.all().success(function(users) { this.User.all().success(function(users) {
expect(users.length).to.equal(0) expect(users).to.have.length(0)
done() done()
}) })
}) })
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!