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

Commit 8939902f by Jan Aagaard Meier

spelling

1 parent 144a7d07
Showing with 1 additions and 1 deletions
...@@ -217,7 +217,7 @@ describe(Helpers.getTestDialectTeaser("DAO"), function() { ...@@ -217,7 +217,7 @@ describe(Helpers.getTestDialectTeaser("DAO"), function() {
}); });
describe('refresh', function () { describe('refresh', function () {
it("should return a refrence to the same DAO instead of creating a new one", function (done) { it("should return a reference to the same DAO instead of creating a new one", function (done) {
this.User.create({ username: 'John Doe' }).done(function (err, originalUser) { this.User.create({ username: 'John Doe' }).done(function (err, originalUser) {
originalUser.updateAttributes({ username: 'Doe John' }).done(function () { originalUser.updateAttributes({ username: 'Doe John' }).done(function () {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!